From 78088259528ae7129045dac8f46a03ace49feaef Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 14 Aug 2025 20:10:39 -0400 Subject: update profile to inherit the selinux feature --- profiles/gentoo-pc/profile.bashrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 profiles/gentoo-pc/profile.bashrc (limited to 'profiles/gentoo-pc/profile.bashrc') 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/" -- cgit v1.2.3