summaryrefslogtreecommitdiff
path: root/profiles/gentoo-pc/profile.bashrc
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2025-08-14 20:10:39 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2025-08-14 20:10:39 -0400
commit78088259528ae7129045dac8f46a03ace49feaef (patch)
tree078d9ff1c4b0fd5cd4ae3d2ec0a2bd6b9f22e305 /profiles/gentoo-pc/profile.bashrc
parent426fcce47a8266100cd9d6cb925d4aca5ae262d5 (diff)
downloadebuilds-78088259528ae7129045dac8f46a03ace49feaef.tar.gz
update profile to inherit the selinux feature
Diffstat (limited to 'profiles/gentoo-pc/profile.bashrc')
-rw-r--r--profiles/gentoo-pc/profile.bashrc5
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/"