diff options
Diffstat (limited to 'security/Kconfig')
-rw-r--r-- | security/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/Kconfig b/security/Kconfig index a94ee94cf491..8086e61058e3 100644 --- a/security/Kconfig +++ b/security/Kconfig | |||
@@ -80,6 +80,16 @@ config SECURITY_CAPABILITIES | |||
80 | This enables the "default" Linux capabilities functionality. | 80 | This enables the "default" Linux capabilities functionality. |
81 | If you are unsure how to answer this question, answer Y. | 81 | If you are unsure how to answer this question, answer Y. |
82 | 82 | ||
83 | config SECURITY_FILE_CAPABILITIES | ||
84 | bool "File POSIX Capabilities (EXPERIMENTAL)" | ||
85 | depends on (SECURITY=n || SECURITY_CAPABILITIES!=n) && EXPERIMENTAL | ||
86 | default n | ||
87 | help | ||
88 | This enables filesystem capabilities, allowing you to give | ||
89 | binaries a subset of root's powers without using setuid 0. | ||
90 | |||
91 | If in doubt, answer N. | ||
92 | |||
83 | config SECURITY_ROOTPLUG | 93 | config SECURITY_ROOTPLUG |
84 | bool "Root Plug Support" | 94 | bool "Root Plug Support" |
85 | depends on USB=y && SECURITY | 95 | depends on USB=y && SECURITY |