Skip to content

Commit

Permalink
security: compile capabilities by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Matt LaPlante <[email protected]>
Signed-off-by: James Morris <[email protected]>
  • Loading branch information
[email protected] authored and James Morris committed Jan 29, 2008
1 parent 374ea01 commit f71ea9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ config SECURITY_NETWORK_XFRM
config SECURITY_CAPABILITIES
bool "Default Linux Capabilities"
depends on SECURITY
default y
help
This enables the "default" Linux capabilities functionality.
If you are unsure how to answer this question, answer Y.
Expand Down

0 comments on commit f71ea9d

Please sign in to comment.