diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2006-07-06 17:02:08 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2006-07-06 17:02:08 +0000 |
commit | 85556a23b3dbcd54c59f00c0e8f1cde4a07a6119 (patch) | |
tree | c2b9d8d53e85af25d7c737dd4c0b1ace0bb17c2f /etc | |
parent | Free some of our custom environment data. (diff) | |
download | sandbox-85556a23b3dbcd54c59f00c0e8f1cde4a07a6119.tar.gz sandbox-85556a23b3dbcd54c59f00c0e8f1cde4a07a6119.tar.bz2 sandbox-85556a23b3dbcd54c59f00c0e8f1cde4a07a6119.zip |
Move default SANDBOX_PREDICT value from sandbox.conf to 00default.
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/00default | 3 | ||||
-rw-r--r-- | etc/sandbox.conf | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/etc/00default b/etc/00default index 6bae212..7667ba4 100644 --- a/etc/00default +++ b/etc/00default @@ -12,6 +12,9 @@ SANDBOX_WRITE="${SANDBOX_WORKDIR}" # Needed for configure tests SANDBOX_WRITE="/usr/tmp/conftest:/usr/lib/conftest:/usr/lib32/conftest:/usr/lib64/conftest:/usr/tmp/cf:/usr/lib/cf:/usr/lib32/cf:/usr/lib64/cf" +# Usually writes in /home should not cause violations +SANDBOX_PREDICT="${HOME}" + # # The following should be moved to respective packages diff --git a/etc/sandbox.conf b/etc/sandbox.conf index d6ae4bf..6ad1c15 100644 --- a/etc/sandbox.conf +++ b/etc/sandbox.conf @@ -76,5 +76,3 @@ SANDBOX_WRITE="/tmp/:/var/tmp/" # Needed for shells SANDBOX_WRITE="${HOME}/.bash_history" -# Usually writes in /home should not cause violations -SANDBOX_PREDICT="${HOME}" |