aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsergeh@us.ibm.com <sergeh@us.ibm.com>2008-01-29 08:04:43 -0500
committerJames Morris <jmorris@namei.org>2008-01-29 16:18:21 -0500
commitf71ea9ddf0ff110f3fcbb89a46686bfba264014c (patch)
treedb6843db55d5e1036248fc41782a891882b2cb54 /security
parent374ea019cacfa8b69ae49eea993b74cb5968970b (diff)
security: compile capabilities by default
Capabilities have long been the default when CONFIG_SECURITY=n, and its help text suggests turning it on when CONFIG_SECURITY=y. But it is set to default n. Default it to y instead. Signed-off-by: Serge Hallyn <serue@us.ibm.com> Acked-by: Matt LaPlante <kernel1@cyberdogtech.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security')
-rw-r--r--security/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Kconfig b/security/Kconfig
index 8086e61058e3..389e151e3b68 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -76,6 +76,7 @@ config SECURITY_NETWORK_XFRM
76config SECURITY_CAPABILITIES 76config SECURITY_CAPABILITIES
77 bool "Default Linux Capabilities" 77 bool "Default Linux Capabilities"
78 depends on SECURITY 78 depends on SECURITY
79 default y
79 help 80 help
80 This enables the "default" Linux capabilities functionality. 81 This enables the "default" Linux capabilities functionality.
81 If you are unsure how to answer this question, answer Y. 82 If you are unsure how to answer this question, answer Y.