Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

namespaces: add the NAMESPACES config option

The option is selectable if EMBEDDED is chosen only. When the EMBEDDED is off
namespaces will be on.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Cc: Cedric Le Goater <clg@fr.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: Kirill Korotaev <dev@sw.ru>
Cc: Sukadev Bhattiprolu <sukadev@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Pavel Emelyanov and committed by
Linus Torvalds
c5289a69 a3d0c6aa

+9
+9
init/Kconfig
··· 420 420 421 421 If unsure, say N. 422 422 423 + config NAMESPACES 424 + bool "Namespaces support" if EMBEDDED 425 + default !EMBEDDED 426 + help 427 + Provides the way to make tasks work with different objects using 428 + the same id. For example same IPC id may refer to different objects 429 + or same user id or pid may refer to different tasks when used in 430 + different namespaces. 431 + 423 432 config BLK_DEV_INITRD 424 433 bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" 425 434 depends on BROKEN || !FRV