[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1453823784-12991-1-git-send-email-andreas.ziegler@fau.de>
Date: Tue, 26 Jan 2016 16:56:24 +0100
From: Andreas Ziegler <andreas.ziegler@....de>
To: Dmitry Kasatkin <dmitry.kasatkin@...wei.com>
Cc: James Morris <james.l.morris@...cle.com>,
"Serge E. Hallyn" <serge@...lyn.com>, linux-kernel@...r.kernel.org,
linux-security-module@...r.kernel.org,
Andreas Ziegler <andreas.ziegler@....de>
Subject: [PATCH] security: Remove select to deleted KEYS_DEBUG_PROC_KEYS option
Commit f4dc37785e9b ("integrity: define '.evm' as a builtin 'trusted'
keyring") introduces the INTEGRITY_TRUSTED_KEYRING Kconfig option.
This option 'select's KEYS_DEBUG_PROC_KEYS which has been removed
earlier by commit dabd39cc2fb1 ("KEYS: Make /proc/keys unconditional
if CONFIG_KEYS=y"). This patch removes the inoperative select.
Signed-off-by: Andreas Ziegler <andreas.ziegler@....de>
---
security/integrity/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/security/integrity/Kconfig b/security/integrity/Kconfig
index 21d7568..7543398 100644
--- a/security/integrity/Kconfig
+++ b/security/integrity/Kconfig
@@ -45,7 +45,6 @@ config INTEGRITY_TRUSTED_KEYRING
bool "Require all keys on the integrity keyrings be signed"
depends on SYSTEM_TRUSTED_KEYRING
depends on INTEGRITY_ASYMMETRIC_KEYS
- select KEYS_DEBUG_PROC_KEYS
default y
help
This option requires that all keys added to the .ima and
--
1.9.1
Powered by blists - more mailing lists