diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index a905b7301e10..3b9df1aa35db 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -394,6 +394,7 @@ endchoice | |||
394 | 394 | ||
395 | config BSD_PROCESS_ACCT | 395 | config BSD_PROCESS_ACCT |
396 | bool "BSD Process Accounting" | 396 | bool "BSD Process Accounting" |
397 | depends on MULTIUSER | ||
397 | help | 398 | help |
398 | If you say Y here, a user level program will be able to instruct the | 399 | If you say Y here, a user level program will be able to instruct the |
399 | kernel (via a special system call) to write process accounting | 400 | kernel (via a special system call) to write process accounting |
@@ -420,6 +421,7 @@ config BSD_PROCESS_ACCT_V3 | |||
420 | config TASKSTATS | 421 | config TASKSTATS |
421 | bool "Export task/process statistics through netlink" | 422 | bool "Export task/process statistics through netlink" |
422 | depends on NET | 423 | depends on NET |
424 | depends on MULTIUSER | ||
423 | default n | 425 | default n |
424 | help | 426 | help |
425 | Export selected statistics for tasks/processes through the | 427 | Export selected statistics for tasks/processes through the |
@@ -1160,6 +1162,7 @@ config CHECKPOINT_RESTORE | |||
1160 | 1162 | ||
1161 | menuconfig NAMESPACES | 1163 | menuconfig NAMESPACES |
1162 | bool "Namespaces support" if EXPERT | 1164 | bool "Namespaces support" if EXPERT |
1165 | depends on MULTIUSER | ||
1163 | default !EXPERT | 1166 | default !EXPERT |
1164 | help | 1167 | help |
1165 | Provides the way to make tasks work with different objects using | 1168 | Provides the way to make tasks work with different objects using |
@@ -1356,11 +1359,25 @@ menuconfig EXPERT | |||
1356 | 1359 | ||
1357 | config UID16 | 1360 | config UID16 |
1358 | bool "Enable 16-bit UID system calls" if EXPERT | 1361 | bool "Enable 16-bit UID system calls" if EXPERT |
1359 | depends on HAVE_UID16 | 1362 | depends on HAVE_UID16 && MULTIUSER |
1360 | default y | 1363 | default y |
1361 | help | 1364 | help |
1362 | This enables the legacy 16-bit UID syscall wrappers. | 1365 | This enables the legacy 16-bit UID syscall wrappers. |
1363 | 1366 | ||
1367 | config MULTIUSER | ||
1368 | bool "Multiple users, groups and capabilities support" if EXPERT | ||
1369 | default y | ||
1370 | help | ||
1371 | This option enables support for non-root users, groups and | ||
1372 | capabilities. | ||
1373 | |||
1374 | If you say N here, all processes will run with UID 0, GID 0, and all | ||
1375 | possible capabilities. Saying N here also compiles out support for | ||
1376 | system calls related to UIDs, GIDs, and capabilities, such as setuid, | ||
1377 | setgid, and capset. | ||
1378 | |||
1379 | If unsure, say Y here. | ||
1380 | |||
1364 | config SGETMASK_SYSCALL | 1381 | config SGETMASK_SYSCALL |
1365 | bool "sgetmask/ssetmask syscalls support" if EXPERT | 1382 | bool "sgetmask/ssetmask syscalls support" if EXPERT |
1366 | def_bool PARISC || MN10300 || BLACKFIN || M68K || PPC || MIPS || X86 || SPARC || CRIS || MICROBLAZE || SUPERH | 1383 | def_bool PARISC || MN10300 || BLACKFIN || M68K || PPC || MIPS || X86 || SPARC || CRIS || MICROBLAZE || SUPERH |