diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2007-06-01 19:16:51 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2007-06-01 19:16:51 +0000 |
commit | 9d8028ce0c2fb9b3536d6bd4fc438d1f9ecaae88 (patch) | |
tree | b77662f37fc5755674fe4a0f930494c4ec889ddf /profiles | |
parent | Version bump. (diff) | |
download | gentoo-2-9d8028ce0c2fb9b3536d6bd4fc438d1f9ecaae88.tar.gz gentoo-2-9d8028ce0c2fb9b3536d6bd4fc438d1f9ecaae88.tar.bz2 gentoo-2-9d8028ce0c2fb9b3536d6bd4fc438d1f9ecaae88.zip |
add selinuxfs entries to sandbox write list
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/selinux/profile.bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/selinux/profile.bashrc b/profiles/selinux/profile.bashrc new file mode 100644 index 000000000000..41992788bf40 --- /dev/null +++ b/profiles/selinux/profile.bashrc @@ -0,0 +1,6 @@ +SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/access" +SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/context" +SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/create" +SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/member" +SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/relabel" +SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/user" |