From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3422138334 for ; Sat, 29 Dec 2018 22:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EECEE0BAB; Sat, 29 Dec 2018 22:47:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E32AE0BAB for ; Sat, 29 Dec 2018 22:47:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B18AE335C3D for ; Sat, 29 Dec 2018 22:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CDBA4E3 for ; Sat, 29 Dec 2018 22:47:52 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1546123645.75171c575a52c5ce5c3d232b54f6ed2ad1d36c4b.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.14 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 75171c575a52c5ce5c3d232b54f6ed2ad1d36c4b X-VCS-Branch: 4.14 Date: Sat, 29 Dec 2018 22:47:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6163fa7a-c7b7-489c-a081-9ea6451ed694 X-Archives-Hash: 153d3a99ef28808fb83f79aaec891e96 commit: 75171c575a52c5ce5c3d232b54f6ed2ad1d36c4b Author: Mike Pagano gentoo org> AuthorDate: Sat Dec 29 22:47:25 2018 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Dec 29 22:47:25 2018 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=75171c57 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 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..bc50e38 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/distro/Kconfig 2018-12-29 17:46:08.801227847 -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) + +