diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/init/Kconfig b/init/Kconfig index 79383d3aa5dc..d4eb994d1757 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1110,8 +1110,6 @@ config IPC_NS | |||
1110 | 1110 | ||
1111 | config USER_NS | 1111 | config USER_NS |
1112 | bool "User namespace" | 1112 | bool "User namespace" |
1113 | select UIDGID_STRICT_TYPE_CHECKS | ||
1114 | |||
1115 | default n | 1113 | default n |
1116 | help | 1114 | help |
1117 | This allows containers, i.e. vservers, to use user namespaces | 1115 | This allows containers, i.e. vservers, to use user namespaces |
@@ -1143,15 +1141,6 @@ config NET_NS | |||
1143 | 1141 | ||
1144 | endif # NAMESPACES | 1142 | endif # NAMESPACES |
1145 | 1143 | ||
1146 | config UIDGID_STRICT_TYPE_CHECKS | ||
1147 | bool "Require conversions between uid/gids and their internal representation" | ||
1148 | default n | ||
1149 | help | ||
1150 | While the nececessary conversions are being added to all subsystems this option allows | ||
1151 | the code to continue to build for unconverted subsystems. | ||
1152 | |||
1153 | Say Y here if you want the strict type checking enabled | ||
1154 | |||
1155 | config SCHED_AUTOGROUP | 1144 | config SCHED_AUTOGROUP |
1156 | bool "Automatic process group scheduling" | 1145 | bool "Automatic process group scheduling" |
1157 | select EVENTFD | 1146 | select EVENTFD |