Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:4.9 commit in: /
Date: Sat, 29 Dec 2018 22:53:26
Message-Id: 1546123933.bd2782503f5728998ce842c6c4bd3d3cf35f4b6f.mpagano@gentoo
1 commit: bd2782503f5728998ce842c6c4bd3d3cf35f4b6f
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 22:52:13 2018 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 22:52:13 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=bd278250
7
8 proj/linux-patches: Select PID_NS to support FEATURES=pid-sandbox
9
10 For portage: >=sys-apps/portage-2.3.53
11 See bug #673896
12
13 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
14
15 4567_distro-Gentoo-Kconfig.patch | 8 +++++---
16 1 file changed, 5 insertions(+), 3 deletions(-)
17
18 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
19 index 5555b8a..7d27505 100644
20 --- a/4567_distro-Gentoo-Kconfig.patch
21 +++ b/4567_distro-Gentoo-Kconfig.patch
22 @@ -7,9 +7,9 @@
23 +source "distro/Kconfig"
24 +
25 source "arch/$SRCARCH/Kconfig"
26 ---- /dev/null 2017-03-02 01:55:04.096566155 -0500
27 -+++ b/distro/Kconfig 2017-03-02 11:12:05.049448255 -0500
28 -@@ -0,0 +1,145 @@
29 +--- /dev/null 2018-12-29 10:35:01.760002288 -0500
30 ++++ b/disto/Kconfig 2018-12-29 17:51:13.992943745 -0500
31 +@@ -0,0 +1,147 @@
32 +menu "Gentoo Linux"
33 +
34 +config GENTOO_LINUX
35 @@ -64,6 +64,7 @@
36 + select NAMESPACES
37 + select IPC_NS
38 + select NET_NS
39 ++ select PID_NS
40 + select SYSVIPC
41 +
42 + help
43 @@ -73,6 +74,7 @@
44 + CGROUPS (required for FEATURES=cgroup)
45 + IPC_NS (required for FEATURES=ipc-sandbox)
46 + NET_NS (required for FEATURES=network-sandbox)
47 ++ PID_NS (required for FEATURES=pid-sandbox)
48 + SYSVIPC (required by IPC_NS)
49 +
50 +