Break standard network functions using LD_PRELOAD
.
$ gcc -shared -fPIC nonetwork.c -o nonetwork.so
$ LD_PRELOAD=./nonetwork.so wget http://ip4.me
--2015-11-09 22:21:08-- http://ip4.me/
Resolving ip4.me (ip4.me)... failed: Non-recoverable failure in name resolution.
wget: unable to resolve host address `ip4.me'
Do not use for sandboxing and security! The network access can be easily
re-enabled, e.g. by removing LD_PRELOAD
environment variable.