Commit f71ea9dd authored by sergeh@us.ibm.com's avatar sergeh@us.ibm.com Committed by James Morris

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: default avatarSerge Hallyn <serue@us.ibm.com>
Acked-by: default avatarMatt LaPlante <kernel1@cyberdogtech.com>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent 374ea019
...@@ -76,6 +76,7 @@ config SECURITY_NETWORK_XFRM ...@@ -76,6 +76,7 @@ config SECURITY_NETWORK_XFRM
config SECURITY_CAPABILITIES config SECURITY_CAPABILITIES
bool "Default Linux Capabilities" bool "Default Linux Capabilities"
depends on SECURITY depends on SECURITY
default y
help help
This enables the "default" Linux capabilities functionality. This enables the "default" Linux capabilities functionality.
If you are unsure how to answer this question, answer Y. 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