linux: restrict internet access to processes
to run programs with restricted internet access do the following
$ unshare -r -n ping 127.0.0.1
source: link
to run programs with restricted internet access do the following
$ unshare -r -n ping 127.0.0.1
source: link