From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric W. Biederman" Subject: [PATCH review 16/16] userns: Remove the EXPERMINTAL kconfig tag Date: Sun, 17 Feb 2013 17:11:09 -0800 Message-ID: <1361149870-27732-16-git-send-email-ebiederm@xmission.com> References: <87txpaph4n.fsf@xmission.com> <1361149870-27732-1-git-send-email-ebiederm@xmission.com> Cc: Linux Containers , , "Serge E. Hallyn" , "Eric W. Biederman" To: Return-path: In-Reply-To: <1361149870-27732-1-git-send-email-ebiederm@xmission.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org From: "Eric W. Biederman" While there is more work to be done in the form of allowing more to happen when you have root inside of a user namespace there is nothing experimental about them. Signed-off-by: "Eric W. Biederman" --- init/Kconfig | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index c22e1b9..f2b1419 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1026,8 +1026,7 @@ config IPC_NS different IPC objects in different namespaces. config USER_NS - bool "User namespace (EXPERIMENTAL)" - depends on EXPERIMENTAL + bool "User namespace" default n help This allows containers, i.e. vservers, to use user namespaces -- 1.7.5.4