diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2008-07-03 22:56:05 +0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-07-14 09:03:04 +0400 |
commit | 5915eb53861c5776cfec33ca4fcc1fd20d66dd27 (patch) | |
tree | d4895b96dfdc227a3abe2f13c093b6f53ac3aef8 /security/Kconfig | |
parent | b478a9f9889c81e88077d1495daadee64c0af541 (diff) | |
download | linux-5915eb53861c5776cfec33ca4fcc1fd20d66dd27.tar.xz |
security: remove dummy module
Remove the dummy module and make the "capability" module the default.
Compile and boot tested.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
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 IPSec. If you are unsure how to answer this question, answer N. -config SECURITY_CAPABILITIES - bool "Default Linux Capabilities" - depends on SECURITY - default y - help - This enables the "default" Linux capabilities functionality. - If you are unsure how to answer this question, answer Y. - config SECURITY_FILE_CAPABILITIES bool "File POSIX Capabilities (EXPERIMENTAL)" - depends on (SECURITY=n || SECURITY_CAPABILITIES!=n) && EXPERIMENTAL + depends on SECURITY && EXPERIMENTAL default n help This enables filesystem capabilities, allowing you to give |