summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-09-18 21:52:49 +0000
committerTravis Tilley <lv@gentoo.org>2004-09-18 21:52:49 +0000
commitd5af9a853dae9e87bd2b5a52489b98e1eb397931 (patch)
treeaa70cd943653cb4be4c26f0bd5b8042ed80b4c8a /profiles
parentStable on sparc. (diff)
downloadhistorical-d5af9a853dae9e87bd2b5a52489b98e1eb397931.tar.gz
historical-d5af9a853dae9e87bd2b5a52489b98e1eb397931.tar.bz2
historical-d5af9a853dae9e87bd2b5a52489b98e1eb397931.zip
oh goodie, yet -another- sandbox bug to hack around in profile.bashrc! >:|
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/amd64/profile.bashrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/default-linux/amd64/profile.bashrc b/profiles/default-linux/amd64/profile.bashrc
index 47cf083eeb6c..ad882342059e 100644
--- a/profiles/default-linux/amd64/profile.bashrc
+++ b/profiles/default-linux/amd64/profile.bashrc
@@ -4,6 +4,17 @@
addwrite /usr/lib64/conftest
addwrite /usr/lib64/cf
+# oh goodie, yet ANOTHER sandbox bug!!!! >:|
+# without portage 2.0.51 and the following entries, at least dbus will spew
+# sandbox violations like mad with python in lib64.
+addpredict /usr/lib64/python2.0/
+addpredict /usr/lib64/python2.1/
+addpredict /usr/lib64/python2.2/
+addpredict /usr/lib64/python2.3/
+addpredict /usr/lib64/python2.4/
+addpredict /usr/lib64/python2.5/
+addpredict /usr/lib64/python3.0/
+
# currently theoretical multilib stuff only available if using portage 2.0.51
CHOST32="i686-pc-linux-gnu"