ebce054
From: Stephen Smalley <sds@tycho.nsa.gov>
ebce054
Date: Fri, 27 Feb 2015 16:23:59 -0500
ebce054
Subject: [PATCH] security/yama: Remove unnecessary selects from Kconfig.
ebce054
ebce054
Yama selects SECURITYFS and SECURITY_PATH, but requires neither.
ebce054
Remove them.
ebce054
ebce054
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
ebce054
---
ebce054
 security/yama/Kconfig | 2 --
ebce054
 1 file changed, 2 deletions(-)
ebce054
ebce054
diff --git a/security/yama/Kconfig b/security/yama/Kconfig
ebce054
index 20ef5143c0c0..3123e1da2fed 100644
ebce054
--- a/security/yama/Kconfig
ebce054
+++ b/security/yama/Kconfig
ebce054
@@ -1,8 +1,6 @@
ebce054
 config SECURITY_YAMA
ebce054
 	bool "Yama support"
ebce054
 	depends on SECURITY
ebce054
-	select SECURITYFS
ebce054
-	select SECURITY_PATH
ebce054
 	default n
ebce054
 	help
ebce054
 	  This selects Yama, which extends DAC support with additional
ebce054
-- 
ebce054
2.1.0
ebce054