Add FEATURES=network-sandbox support, bug #481450
authorMichał Górny <mgorny@gentoo.org>
Sat, 17 Aug 2013 10:28:05 +0000 (12:28 +0200)
committerZac Medico <zmedico@gentoo.org>
Sat, 17 Aug 2013 20:38:53 +0000 (13:38 -0700)
commit39db5201e087156ed46f6cac4dc9a69a2f3cc81c
treef73f9bd104b3917652658092cdb97f7cec4d2e56
parent7b3a58ee5d5aab8e12edaf65aa2ef68c4d85e8a3
Add FEATURES=network-sandbox support, bug #481450

This way, only privileged phases (pkg_* and src_unpack) have network
access during the ebuild run. All of the src_* phases are completely
detached from host's network interfaces.
man/make.conf.5
pym/portage/const.py
pym/portage/package/ebuild/doebuild.py
pym/portage/process.py