Kconfig (c6089735e7243a10faad676680c6e18d50959f74) | Kconfig (8c2c3df31e3b87cb5348e48776c366ebd1dc5a7a) |
---|---|
1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 911 unchanged lines hidden (view full) --- 920 # to have uid_t and gid_t converted to kuid_t and kgid_t 921 # where appropriate and are otherwise safe to use with 922 # the user namespace. 923 bool 924 default y 925 926 # List of kernel pieces that need user namespace work 927 # Features | 1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 911 unchanged lines hidden (view full) --- 920 # to have uid_t and gid_t converted to kuid_t and kgid_t 921 # where appropriate and are otherwise safe to use with 922 # the user namespace. 923 bool 924 default y 925 926 # List of kernel pieces that need user namespace work 927 # Features |
928 depends on SYSVIPC = n |
|
928 depends on IMA = n 929 depends on EVM = n | 929 depends on IMA = n 930 depends on EVM = n |
931 depends on KEYS = n |
|
930 depends on AUDIT = n 931 depends on AUDITSYSCALL = n 932 depends on TASKSTATS = n 933 depends on TRACING = n 934 depends on FS_POSIX_ACL = n 935 depends on QUOTA = n 936 depends on QUOTACTL = n | 932 depends on AUDIT = n 933 depends on AUDITSYSCALL = n 934 depends on TASKSTATS = n 935 depends on TRACING = n 936 depends on FS_POSIX_ACL = n 937 depends on QUOTA = n 938 depends on QUOTACTL = n |
939 depends on DEBUG_CREDENTIALS = n |
|
937 depends on BSD_PROCESS_ACCT = n | 940 depends on BSD_PROCESS_ACCT = n |
941 depends on DRM = n 942 depends on PROC_EVENTS = n |
|
938 939 # Networking | 943 944 # Networking |
945 depends on NET = n |
|
940 depends on NET_9P = n | 946 depends on NET_9P = n |
947 depends on IPX = n 948 depends on PHONET = n 949 depends on NET_CLS_FLOW = n 950 depends on NETFILTER_XT_MATCH_OWNER = n 951 depends on NETFILTER_XT_MATCH_RECENT = n 952 depends on NETFILTER_XT_TARGET_LOG = n 953 depends on NETFILTER_NETLINK_LOG = n 954 depends on INET = n 955 depends on IPV6 = n 956 depends on IP_SCTP = n 957 depends on AF_RXRPC = n 958 depends on LLC2 = n 959 depends on NET_KEY = n 960 depends on INET_DIAG = n 961 depends on DNS_RESOLVER = n 962 depends on AX25 = n 963 depends on ATALK = n |
|
941 942 # Filesystems | 964 965 # Filesystems |
966 depends on USB_DEVICEFS = n |
|
943 depends on USB_GADGETFS = n 944 depends on USB_FUNCTIONFS = n 945 depends on DEVTMPFS = n 946 depends on XENFS = n 947 948 depends on 9P_FS = n 949 depends on ADFS_FS = n 950 depends on AFFS_FS = n 951 depends on AFS_FS = n 952 depends on AUTOFS4_FS = n 953 depends on BEFS_FS = n 954 depends on BFS_FS = n 955 depends on BTRFS_FS = n 956 depends on CEPH_FS = n 957 depends on CIFS = n 958 depends on CODA_FS = n 959 depends on CONFIGFS_FS = n 960 depends on CRAMFS = n | 967 depends on USB_GADGETFS = n 968 depends on USB_FUNCTIONFS = n 969 depends on DEVTMPFS = n 970 depends on XENFS = n 971 972 depends on 9P_FS = n 973 depends on ADFS_FS = n 974 depends on AFFS_FS = n 975 depends on AFS_FS = n 976 depends on AUTOFS4_FS = n 977 depends on BEFS_FS = n 978 depends on BFS_FS = n 979 depends on BTRFS_FS = n 980 depends on CEPH_FS = n 981 depends on CIFS = n 982 depends on CODA_FS = n 983 depends on CONFIGFS_FS = n 984 depends on CRAMFS = n |
985 depends on DEBUG_FS = n |
|
961 depends on ECRYPT_FS = n 962 depends on EFS_FS = n 963 depends on EXOFS_FS = n 964 depends on FAT_FS = n 965 depends on FUSE_FS = n 966 depends on GFS2_FS = n 967 depends on HFS_FS = n 968 depends on HFSPLUS_FS = n --- 20 unchanged lines hidden (view full) --- 989 depends on UDF_FS = n 990 depends on UFS_FS = n 991 depends on VXFS_FS = n 992 depends on XFS_FS = n 993 994 depends on !UML || HOSTFS = n 995 996 # The rare drivers that won't build | 986 depends on ECRYPT_FS = n 987 depends on EFS_FS = n 988 depends on EXOFS_FS = n 989 depends on FAT_FS = n 990 depends on FUSE_FS = n 991 depends on GFS2_FS = n 992 depends on HFS_FS = n 993 depends on HFSPLUS_FS = n --- 20 unchanged lines hidden (view full) --- 1014 depends on UDF_FS = n 1015 depends on UFS_FS = n 1016 depends on VXFS_FS = n 1017 depends on XFS_FS = n 1018 1019 depends on !UML || HOSTFS = n 1020 1021 # The rare drivers that won't build |
1022 depends on AIRO = n 1023 depends on AIRO_CS = n 1024 depends on TUN = n |
|
997 depends on INFINIBAND_QIB = n 998 depends on BLK_DEV_LOOP = n 999 depends on ANDROID_BINDER_IPC = n 1000 1001 # Security modules 1002 depends on SECURITY_TOMOYO = n 1003 depends on SECURITY_APPARMOR = n 1004 --- 115 unchanged lines hidden (view full) --- 1120 help 1121 This option allows certain base kernel options and settings 1122 to be disabled or tweaked. This is for specialized 1123 environments which can tolerate a "non-standard" kernel. 1124 Only use this if you really know what you are doing. 1125 1126config UID16 1127 bool "Enable 16-bit UID system calls" if EXPERT | 1025 depends on INFINIBAND_QIB = n 1026 depends on BLK_DEV_LOOP = n 1027 depends on ANDROID_BINDER_IPC = n 1028 1029 # Security modules 1030 depends on SECURITY_TOMOYO = n 1031 depends on SECURITY_APPARMOR = n 1032 --- 115 unchanged lines hidden (view full) --- 1148 help 1149 This option allows certain base kernel options and settings 1150 to be disabled or tweaked. This is for specialized 1151 environments which can tolerate a "non-standard" kernel. 1152 Only use this if you really know what you are doing. 1153 1154config UID16 1155 bool "Enable 16-bit UID system calls" if EXPERT |
1128 depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION) | 1156 depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION) \ 1157 || AARCH32_EMULATION |
1129 default y 1130 help 1131 This enables the legacy 16-bit UID syscall wrappers. 1132 1133config SYSCTL_SYSCALL 1134 bool "Sysctl syscall support" if EXPERT 1135 depends on PROC_SYSCTL 1136 default n --- 451 unchanged lines hidden --- | 1158 default y 1159 help 1160 This enables the legacy 16-bit UID syscall wrappers. 1161 1162config SYSCTL_SYSCALL 1163 bool "Sysctl syscall support" if EXPERT 1164 depends on PROC_SYSCTL 1165 default n --- 451 unchanged lines hidden --- |