Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218603
b: refs/heads/master
c: 9bd38c2
h: refs/heads/master
i:
  218601: 01a630b
  218599: ab20db6
v: v3
  • Loading branch information
Daniel Lezcano authored and Linus Torvalds committed Oct 28, 2010
1 parent 81d30f5 commit 9bf4424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 1548bf316f18090576f611c7318447c512ddbdd2
refs/heads/master: 9bd38c2cdaba1f3ab2e6f90ac1b3d72481477092
9 changes: 3 additions & 6 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -766,21 +766,18 @@ config USER_NS
If unsure, say N.

config PID_NS
bool "PID Namespaces (EXPERIMENTAL)"
bool "PID Namespaces"
default n
depends on NAMESPACES && EXPERIMENTAL
depends on NAMESPACES
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.

Unless you want to work with an experimental feature
say N here.

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

0 comments on commit 9bf4424

Please sign in to comment.