summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-12-23 11:22:07 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-12-23 11:22:07 +0000
commitbc25ef11ba0d4238e7b071417eaf36176245c974 (patch)
tree4a9b7c9146e96e8f188baf38bcf987b3079016ce
parentadded ~ppc64 (Manifest recommit) (diff)
downloadgentoo-2-bc25ef11ba0d4238e7b071417eaf36176245c974.tar.gz
gentoo-2-bc25ef11ba0d4238e7b071417eaf36176245c974.tar.bz2
gentoo-2-bc25ef11ba0d4238e7b071417eaf36176245c974.zip
sandbox addpredicts etc copied from amd64
-rw-r--r--profiles/default-linux/sparc/sparc64-multilib/profile.bashrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/profiles/default-linux/sparc/sparc64-multilib/profile.bashrc b/profiles/default-linux/sparc/sparc64-multilib/profile.bashrc
new file mode 100644
index 000000000000..951d75d73b92
--- /dev/null
+++ b/profiles/default-linux/sparc/sparc64-multilib/profile.bashrc
@@ -0,0 +1,17 @@
+# lib64 sandbox stuff copied from amd64's profile.bashrc:
+# fix for bug 60147, "configure causes sandbox violations when lib64
+# is a directory". currently only works with cvs portage.
+
+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/