diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 1e198b8c6936..0b0e29ed82d1 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -209,6 +209,15 @@ config TASK_IO_ACCOUNTING | |||
209 | 209 | ||
210 | Say N if unsure. | 210 | Say N if unsure. |
211 | 211 | ||
212 | config USER_NS | ||
213 | bool "User Namespaces (EXPERIMENTAL)" | ||
214 | default n | ||
215 | depends on EXPERIMENTAL | ||
216 | help | ||
217 | Support user namespaces. This allows containers, i.e. | ||
218 | vservers, to use user namespaces to provide different | ||
219 | user info for different servers. If unsure, say N. | ||
220 | |||
212 | config AUDIT | 221 | config AUDIT |
213 | bool "Auditing support" | 222 | bool "Auditing support" |
214 | depends on NET | 223 | depends on NET |