diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2008-07-03 14:56:05 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-07-14 01:03:04 -0400 |
commit | 5915eb53861c5776cfec33ca4fcc1fd20d66dd27 (patch) | |
tree | d4895b96dfdc227a3abe2f13c093b6f53ac3aef8 /security/Kconfig | |
parent | b478a9f9889c81e88077d1495daadee64c0af541 (diff) |
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 | |||
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 |