diff options
author | Travis Tilley <lv@gentoo.org> | 2004-08-14 23:40:06 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-08-14 23:40:06 +0000 |
commit | 286a4c9b0868c207b0506ecfae780158115561d1 (patch) | |
tree | 6c51c62794eb2ee54ac68ec90243017437632379 /profiles/hardened | |
parent | Marked ~amd64, resolves 60297. (Manifest recommit) (diff) | |
download | gentoo-2-286a4c9b0868c207b0506ecfae780158115561d1.tar.gz gentoo-2-286a4c9b0868c207b0506ecfae780158115561d1.tar.bz2 gentoo-2-286a4c9b0868c207b0506ecfae780158115561d1.zip |
use addwrite instead of setting any variables directly now that support
for it has been fixed in cvs
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/amd64/profile.bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/hardened/amd64/profile.bashrc b/profiles/hardened/amd64/profile.bashrc index a43e250154b2..a23dacf85363 100644 --- a/profiles/hardened/amd64/profile.bashrc +++ b/profiles/hardened/amd64/profile.bashrc @@ -1,3 +1,5 @@ # fix for bug 60147, "configure causes sandbox violations when lib64 # is a directory". currently only works with cvs portage. -SANDBOX_WRITE="${SANDBOX_WRITE}:/usr/lib64/conftest:/usr/lib64/cf" +#SANDBOX_WRITE="${SANDBOX_WRITE}:/usr/lib64/conftest:/usr/lib64/cf" +addwrite /usr/lib64/conftest +addwrite /usr/lib64/cf |