From: Stephen Smalley Date: Fri, 27 Feb 2015 21:23:59 +0000 (-0500) Subject: security/yama: Remove unnecessary selects from Kconfig. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=44aa1d4413876cca0962debc9483ba009d71737f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git security/yama: Remove unnecessary selects from Kconfig. Yama selects SECURITYFS and SECURITY_PATH, but requires neither. Remove them. Signed-off-by: Stephen Smalley Signed-off-by: Kees Cook --- 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