diff options
Diffstat (limited to 'security/Kconfig')
-rw-r--r-- | security/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/security/Kconfig b/security/Kconfig index 49b51f964897..77def9f9f5f5 100644 --- a/security/Kconfig +++ b/security/Kconfig | |||
@@ -73,17 +73,9 @@ config SECURITY_NETWORK_XFRM | |||
73 | IPSec. | 73 | IPSec. |
74 | If you are unsure how to answer this question, answer N. | 74 | If you are unsure how to answer this question, answer N. |
75 | 75 | ||
76 | config SECURITY_CAPABILITIES | ||
77 | bool "Default Linux Capabilities" | ||
78 | depends on SECURITY | ||
79 | default y | ||
80 | help | ||
81 | This enables the "default" Linux capabilities functionality. | ||
82 | If you are unsure how to answer this question, answer Y. | ||
83 | |||
84 | config SECURITY_FILE_CAPABILITIES | 76 | config SECURITY_FILE_CAPABILITIES |
85 | bool "File POSIX Capabilities (EXPERIMENTAL)" | 77 | bool "File POSIX Capabilities (EXPERIMENTAL)" |
86 | depends on (SECURITY=n || SECURITY_CAPABILITIES!=n) && EXPERIMENTAL | 78 | depends on SECURITY && EXPERIMENTAL |
87 | default n | 79 | default n |
88 | help | 80 | help |
89 | This enables filesystem capabilities, allowing you to give | 81 | This enables filesystem capabilities, allowing you to give |