From 8d5e6257e25bda39e955e772d8109b624d698713 Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Tue, 19 Mar 2019 17:01:35 +0800 Subject: [PATCH] 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 --- 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 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" -- 2.26.2