Commit 12e77f44 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

LSM: put CONFIG_SECURITY back into the Kconfig file (was lost in the merge)

parent ae7b2bb7
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment