diff options
author | Jason Zaman <perfinion@gentoo.org> | 2019-03-19 17:01:35 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2019-03-19 17:03:03 +0800 |
commit | 8d5e6257e25bda39e955e772d8109b624d698713 (patch) | |
tree | a73284a9c4bc369f17673e6c7e7ca18d39ea5f68 /profiles/features/selinux/make.defaults | |
parent | media-libs/libchamplain: fix gtk-doc, other fixes and touchups (diff) | |
download | gentoo-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/make.defaults')
-rw-r--r-- | profiles/features/selinux/make.defaults | 2 |
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" |