Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218604
b: refs/heads/master
c: 17a6d44
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Lezcano authored and Linus Torvalds committed Oct 28, 2010
1 parent 9bf4424 commit ff5614f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9bd38c2cdaba1f3ab2e6f90ac1b3d72481477092
refs/heads/master: 17a6d4411a4dc7e436e1a71c24e10048452edd98
7 changes: 5 additions & 2 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -746,38 +746,41 @@ config NAMESPACES
config UTS_NS
bool "UTS namespace"
depends on NAMESPACES
default y
help
In this namespace tasks see different info provided with the
uname() system call

config IPC_NS
bool "IPC namespace"
depends on NAMESPACES && (SYSVIPC || POSIX_MQUEUE)
default y
help
In this namespace tasks work with IPC ids which correspond to
different IPC objects in different namespaces.

config USER_NS
bool "User namespace (EXPERIMENTAL)"
depends on NAMESPACES && EXPERIMENTAL
default y
help
This allows containers, i.e. vservers, to use user namespaces
to provide different user info for different servers.
If unsure, say N.

config PID_NS
bool "PID Namespaces"
default n
depends on NAMESPACES
default y
help
Support process id namespaces. This allows having multiple
processes with the same pid as long as they are in different
pid namespaces. This is a building block of containers.

config NET_NS
bool "Network namespace"
default n
depends on NAMESPACES && NET
default y
help
Allow user space to create what appear to be multiple instances
of the network stack.
Expand Down

0 comments on commit ff5614f

Please sign in to comment.