diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2015-02-27 16:23:59 -0500 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2015-02-27 16:53:10 -0800 |
commit | 44aa1d4413876cca0962debc9483ba009d71737f (patch) | |
tree | 5f21d33b39014fa7b32a5a20f01fcd818f28de91 /security/yama | |
parent | 41a4695ca46d8798f89b477855973eb2ad3f4f69 (diff) |
security/yama: Remove unnecessary selects from Kconfig.
Yama selects SECURITYFS and SECURITY_PATH, but requires neither.
Remove them.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'security/yama')
-rw-r--r-- | security/yama/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/yama/Kconfig b/security/yama/Kconfig index 20ef5143c0c0..3123e1da2fed 100644 --- a/security/yama/Kconfig +++ b/security/yama/Kconfig @@ -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 |