]> err.no Git - linux-2.6/blobdiff - init/Kconfig
[PATCH] Fix typos in mm/shmem_acl.c
[linux-2.6] / init / Kconfig
index b0ea975544737dd2a1b18503037725c1fe33c97a..10382931eead561940c023bd1b376863b9b11dab 100644 (file)
@@ -115,6 +115,15 @@ config SYSVIPC
          section 6.4 of the Linux Programmer's Guide, available from
          <http://www.tldp.org/guides.html>.
 
+config IPC_NS
+       bool "IPC Namespaces"
+       depends on SYSVIPC
+       default n
+       help
+         Support ipc namespaces.  This allows containers, i.e. virtual
+         environments, to use ipc namespaces to provide different ipc
+         objects for different servers.  If unsure, say N.
+
 config POSIX_MQUEUE
        bool "POSIX Message Queues"
        depends on NET && EXPERIMENTAL