diff options
Diffstat (limited to 'security/Kconfig')
-rw-r--r-- | security/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/Kconfig b/security/Kconfig index a79b23f73d03..bf129f87de7e 100644 --- a/security/Kconfig +++ b/security/Kconfig | |||
@@ -82,6 +82,15 @@ config SECURITY_NETWORK_XFRM | |||
82 | IPSec. | 82 | IPSec. |
83 | If you are unsure how to answer this question, answer N. | 83 | If you are unsure how to answer this question, answer N. |
84 | 84 | ||
85 | config SECURITY_PATH | ||
86 | bool "Security hooks for pathname based access control" | ||
87 | depends on SECURITY | ||
88 | help | ||
89 | This enables the security hooks for pathname based access control. | ||
90 | If enabled, a security module can use these hooks to | ||
91 | implement pathname based access controls. | ||
92 | If you are unsure how to answer this question, answer N. | ||
93 | |||
85 | config SECURITY_FILE_CAPABILITIES | 94 | config SECURITY_FILE_CAPABILITIES |
86 | bool "File POSIX Capabilities" | 95 | bool "File POSIX Capabilities" |
87 | default n | 96 | default n |