diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/init/Kconfig b/init/Kconfig index 968c539f0ac3..0a5e80fb9ba2 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1032,6 +1032,13 @@ config USER_NS | |||
1032 | help | 1032 | help |
1033 | This allows containers, i.e. vservers, to use user namespaces | 1033 | This allows containers, i.e. vservers, to use user namespaces |
1034 | to provide different user info for different servers. | 1034 | to provide different user info for different servers. |
1035 | |||
1036 | When user namespaces are enabled in the kernel it is | ||
1037 | recommended that the MEMCG and MEMCG_KMEM options also be | ||
1038 | enabled and that user-space use the memory control groups to | ||
1039 | limit the amount of memory a memory unprivileged users can | ||
1040 | use. | ||
1041 | |||
1035 | If unsure, say N. | 1042 | If unsure, say N. |
1036 | 1043 | ||
1037 | config PID_NS | 1044 | config PID_NS |
@@ -1060,20 +1067,7 @@ config UIDGID_CONVERTED | |||
1060 | bool | 1067 | bool |
1061 | default y | 1068 | default y |
1062 | 1069 | ||
1063 | # Networking | ||
1064 | depends on NET_9P = n | ||
1065 | |||
1066 | # Filesystems | 1070 | # Filesystems |
1067 | depends on 9P_FS = n | ||
1068 | depends on AFS_FS = n | ||
1069 | depends on CEPH_FS = n | ||
1070 | depends on CIFS = n | ||
1071 | depends on CODA_FS = n | ||
1072 | depends on GFS2_FS = n | ||
1073 | depends on NCP_FS = n | ||
1074 | depends on NFSD = n | ||
1075 | depends on NFS_FS = n | ||
1076 | depends on OCFS2_FS = n | ||
1077 | depends on XFS_FS = n | 1071 | depends on XFS_FS = n |
1078 | 1072 | ||
1079 | config UIDGID_STRICT_TYPE_CHECKS | 1073 | config UIDGID_STRICT_TYPE_CHECKS |