aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorDwight Engen <dwight.engen@oracle.com>2013-08-15 14:08:04 -0400
committerBen Myers <bpm@sgi.com>2013-08-15 15:27:22 -0400
commitd6970d4b726cea6d7a9bc4120814f95c09571fc3 (patch)
tree7b51ffc34e86c0905158a4a45dd00e5cbb503111 /init
parent8c567a7fab6e086a0284eee2db82348521e7120c (diff)
enable building user namespace with xfs
Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: Dwight Engen <dwight.engen@oracle.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 247084be0590..a7bcd87ca384 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1106,7 +1106,6 @@ config IPC_NS
1106 1106
1107config USER_NS 1107config USER_NS
1108 bool "User namespace" 1108 bool "User namespace"
1109 depends on UIDGID_CONVERTED
1110 select UIDGID_STRICT_TYPE_CHECKS 1109 select UIDGID_STRICT_TYPE_CHECKS
1111 1110
1112 default n 1111 default n
@@ -1140,20 +1139,8 @@ config NET_NS
1140 1139
1141endif # NAMESPACES 1140endif # NAMESPACES
1142 1141
1143config UIDGID_CONVERTED
1144 # True if all of the selected software conmponents are known
1145 # to have uid_t and gid_t converted to kuid_t and kgid_t
1146 # where appropriate and are otherwise safe to use with
1147 # the user namespace.
1148 bool
1149 default y
1150
1151 # Filesystems
1152 depends on XFS_FS = n
1153
1154config UIDGID_STRICT_TYPE_CHECKS 1142config UIDGID_STRICT_TYPE_CHECKS
1155 bool "Require conversions between uid/gids and their internal representation" 1143 bool "Require conversions between uid/gids and their internal representation"
1156 depends on UIDGID_CONVERTED
1157 default n 1144 default n
1158 help 1145 help
1159 While the nececessary conversions are being added to all subsystems this option allows 1146 While the nececessary conversions are being added to all subsystems this option allows