commit:     8d5e6257e25bda39e955e772d8109b624d698713
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 09:01:35 2019 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 09:03:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5e6257

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 <AT> gentoo.org>

 profiles/features/selinux/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/features/selinux/make.defaults 
b/profiles/features/selinux/make.defaults
index d3bbd2f25df..adbf945e3fe 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"

Reply via email to