diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index f7a04d0daf07..b0ea97554473 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -182,6 +182,14 @@ config TASK_DELAY_ACCT | |||
182 | 182 | ||
183 | Say N if unsure. | 183 | Say N if unsure. |
184 | 184 | ||
185 | config UTS_NS | ||
186 | bool "UTS Namespaces" | ||
187 | default n | ||
188 | help | ||
189 | Support uts namespaces. This allows containers, i.e. | ||
190 | vservers, to use uts namespaces to provide different | ||
191 | uts info for different servers. If unsure, say N. | ||
192 | |||
185 | config AUDIT | 193 | config AUDIT |
186 | bool "Auditing support" | 194 | bool "Auditing support" |
187 | depends on NET | 195 | depends on NET |