Skip to content

Commit

Permalink
security/yama: Remove unnecessary selects from Kconfig.
Browse files Browse the repository at this point in the history
Yama selects SECURITYFS and SECURITY_PATH, but requires neither.
Remove them.

Signed-off-by: Stephen Smalley <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
  • Loading branch information
stephensmalley authored and kees committed Feb 28, 2015
1 parent 41a4695 commit 44aa1d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions security/yama/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
config SECURITY_YAMA
bool "Yama support"
depends on SECURITY
select SECURITYFS
select SECURITY_PATH
default n
help
This selects Yama, which extends DAC support with additional
Expand Down

0 comments on commit 44aa1d4

Please sign in to comment.