commit:     bd2782503f5728998ce842c6c4bd3d3cf35f4b6f
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 22:52:13 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 22:52:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=bd278250

proj/linux-patches: Select PID_NS to support FEATURES=pid-sandbox

For portage: >=sys-apps/portage-2.3.53
See bug #673896

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 5555b8a..7d27505 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,9 +7,9 @@
 +source "distro/Kconfig"
 +
  source "arch/$SRCARCH/Kconfig"
---- /dev/null  2017-03-02 01:55:04.096566155 -0500
-+++ b/distro/Kconfig   2017-03-02 11:12:05.049448255 -0500
-@@ -0,0 +1,145 @@
+--- /dev/null  2018-12-29 10:35:01.760002288 -0500
++++ b/disto/Kconfig    2018-12-29 17:51:13.992943745 -0500
+@@ -0,0 +1,147 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -64,6 +64,7 @@
 +      select NAMESPACES
 +      select IPC_NS
 +      select NET_NS
++      select PID_NS
 +      select SYSVIPC
 +
 +      help
@@ -73,6 +74,7 @@
 +              CGROUPS     (required for FEATURES=cgroup)
 +              IPC_NS      (required for FEATURES=ipc-sandbox)
 +              NET_NS      (required for FEATURES=network-sandbox)
++              PID_NS      (required for FEATURES=pid-sandbox)
 +              SYSVIPC     (required by IPC_NS)
 +   
 +

Reply via email to