diff options
| -rw-r--r-- | init/Kconfig | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/init/Kconfig b/init/Kconfig index 3ae8ffe738eb..c91ce6bcbe68 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -766,21 +766,18 @@ config USER_NS | |||
| 766 | If unsure, say N. | 766 | If unsure, say N. |
| 767 | 767 | ||
| 768 | config PID_NS | 768 | config PID_NS |
| 769 | bool "PID Namespaces (EXPERIMENTAL)" | 769 | bool "PID Namespaces" |
| 770 | default n | 770 | default n |
| 771 | depends on NAMESPACES && EXPERIMENTAL | 771 | depends on NAMESPACES |
| 772 | help | 772 | help |
| 773 | Support process id namespaces. This allows having multiple | 773 | Support process id namespaces. This allows having multiple |
| 774 | processes with the same pid as long as they are in different | 774 | processes with the same pid as long as they are in different |
| 775 | pid namespaces. This is a building block of containers. | 775 | pid namespaces. This is a building block of containers. |
| 776 | 776 | ||
| 777 | Unless you want to work with an experimental feature | ||
| 778 | say N here. | ||
| 779 | |||
| 780 | config NET_NS | 777 | config NET_NS |
| 781 | bool "Network namespace" | 778 | bool "Network namespace" |
| 782 | default n | 779 | default n |
| 783 | depends on NAMESPACES && EXPERIMENTAL && NET | 780 | depends on NAMESPACES && NET |
| 784 | help | 781 | help |
| 785 | Allow user space to create what appear to be multiple instances | 782 | Allow user space to create what appear to be multiple instances |
| 786 | of the network stack. | 783 | of the network stack. |
