security: filesystem capabilities no longer experimental
Filesystem capabilities have come of age. Remove the experimental tag for configuring filesystem capabilities. Signed-off-by: Andrew G. Morgan <morgan@kernel.org> Acked-by: Serge Hallyn <serue@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ab763c7112
commit
84aaa7ab4c
|
@ -74,8 +74,7 @@ config SECURITY_NETWORK_XFRM
|
||||||
If you are unsure how to answer this question, answer N.
|
If you are unsure how to answer this question, answer N.
|
||||||
|
|
||||||
config SECURITY_FILE_CAPABILITIES
|
config SECURITY_FILE_CAPABILITIES
|
||||||
bool "File POSIX Capabilities (EXPERIMENTAL)"
|
bool "File POSIX Capabilities"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This enables filesystem capabilities, allowing you to give
|
This enables filesystem capabilities, allowing you to give
|
||||||
|
|
Loading…
Reference in New Issue