diff options
Diffstat (limited to 'profiles/gentoo-pc/profile.bashrc')
-rw-r--r-- | profiles/gentoo-pc/profile.bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/gentoo-pc/profile.bashrc b/profiles/gentoo-pc/profile.bashrc new file mode 100644 index 0000000..d28d6c3 --- /dev/null +++ b/profiles/gentoo-pc/profile.bashrc @@ -0,0 +1,5 @@ +# SELinux-aware progams write to entries here +SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/:/sys/fs/selinux/" + +# for setfscreatecon +SANDBOX_WRITE="${SANDBOX_WRITE}:/proc/self/" |