aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig9
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
212config 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
212config AUDIT 221config AUDIT
213 bool "Auditing support" 222 bool "Auditing support"
214 depends on NET 223 depends on NET