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 8F5FB138334 for ; Sat, 29 Dec 2018 01:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5820E0A04; Sat, 29 Dec 2018 01:08:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 81B15E0A04 for ; Sat, 29 Dec 2018 01:08:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 77603335C16 for ; Sat, 29 Dec 2018 01:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61CD54ED for ; Sat, 29 Dec 2018 01:08:03 +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: <1546045658.fbcff2ddd1c47ddbac3304e23eaa152cf61f414e.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.19 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: fbcff2ddd1c47ddbac3304e23eaa152cf61f414e X-VCS-Branch: 4.19 Date: Sat, 29 Dec 2018 01:08:03 +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: 2fd2ad47-b187-4f6a-8b13-1298f74978e3 X-Archives-Hash: a79415f1e9b61c0c4ef1d70492e4586e commit: fbcff2ddd1c47ddbac3304e23eaa152cf61f414e Author: Mike Pagano gentoo org> AuthorDate: Sat Dec 29 01:07:38 2018 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Dec 29 01:07:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=fbcff2dd 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 ec31768..d6e791a 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -6,9 +6,9 @@ source "lib/Kconfig.debug" + +source "distro/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-28 10:40:34.089999934 -0500 ++++ b/distro/Kconfig 2018-12-28 18:54:40.467970759 -0500 +@@ -0,0 +1,147 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -63,6 +63,7 @@ + select NAMESPACES + select IPC_NS + select NET_NS ++ select PID_NS + select SYSVIPC + + help @@ -72,6 +73,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) + +