diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-08-14 20:10:39 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-08-14 20:10:39 -0400 |
commit | 78088259528ae7129045dac8f46a03ace49feaef (patch) | |
tree | 078d9ff1c4b0fd5cd4ae3d2ec0a2bd6b9f22e305 /profiles/gentoo-pc/profile.bashrc | |
parent | 426fcce47a8266100cd9d6cb925d4aca5ae262d5 (diff) | |
download | ebuilds-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.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/" |