Skip to content

Commit

Permalink
security: remove dummy module fix
Browse files Browse the repository at this point in the history
Fix small oversight in "security: remove dummy module":
CONFIG_SECURITY_FILE_CAPABILITIES doesn't depend on CONFIG_SECURITY

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: James Morris <jmorris@namei.org>
  • Loading branch information
szmi authored and James Morris committed Jul 14, 2008
1 parent 5915eb5 commit 93cbace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ config SECURITY_NETWORK_XFRM

config SECURITY_FILE_CAPABILITIES
bool "File POSIX Capabilities (EXPERIMENTAL)"
depends on SECURITY && EXPERIMENTAL
depends on EXPERIMENTAL
default n
help
This enables filesystem capabilities, allowing you to give
Expand Down

0 comments on commit 93cbace

Please sign in to comment.