summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2019-03-19 17:01:35 +0800
committerJason Zaman <perfinion@gentoo.org>2019-03-19 17:03:03 +0800
commit8d5e6257e25bda39e955e772d8109b624d698713 (patch)
treea73284a9c4bc369f17673e6c7e7ca18d39ea5f68 /profiles/features/selinux
parentmedia-libs/libchamplain: fix gtk-doc, other fixes and touchups (diff)
downloadgentoo-8d5e6257e25bda39e955e772d8109b624d698713.tar.gz
gentoo-8d5e6257e25bda39e955e772d8109b624d698713.tar.bz2
gentoo-8d5e6257e25bda39e955e772d8109b624d698713.zip
profiles/selinux: disable FEATURE=pid-sandbox
SELinux needs a policy update for pid-sandbox to work. disable the feature first so emerge can be used. Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'profiles/features/selinux')
-rw-r--r--profiles/features/selinux/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults
index d3bbd2f25dfa..adbf945e3fe3 100644
--- a/profiles/features/selinux/make.defaults
+++ b/profiles/features/selinux/make.defaults
@@ -5,7 +5,7 @@
# selinux - Enable SELinux support
USE="selinux"
-FEATURES="selinux sesandbox sfperms"
+FEATURES="selinux sesandbox sfperms -pid-sandbox"
POLICY_TYPES="strict targeted"
PORTAGE_T="portage_t"