aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-11-25 04:10:47 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2002-11-25 04:10:47 -0800
commit12e77f448d693283a0f0323142f97f9de6bf974f (patch)
tree3d29239dfa80427ec50fd113870ce61abe74a28e /security
parentae7b2bb779133174ea911fd1025284f59f4f90b4 (diff)
downloadhistory-12e77f448d693283a0f0323142f97f9de6bf974f.tar.gz
LSM: put CONFIG_SECURITY back into the Kconfig file (was lost in the merge)
Diffstat (limited to 'security')
-rw-r--r--security/Kconfig15
1 files changed, 13 insertions, 2 deletions
diff --git a/security/Kconfig b/security/Kconfig
index d00116860002d..11a27b002beb9 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -4,9 +4,20 @@
menu "Security options"
+config SECURITY
+ bool "Enable different security models"
+ help
+ This allows you to choose different security modules to be
+ configured into your kernel.
+
+ If this option is not selected, the default Linux security
+ model will be used.
+
+ If you are unsure how to answer this question, answer N.
+
config SECURITY_CAPABILITIES
- bool
- default y
+ tristate "Default Linux Capabilities"
+ depends on SECURITY!=n
help
This enables the "default" Linux capabilities functionality.
If you are unsure how to answer this question, answer Y.