[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150130110412.13686.9832.stgit@warthog.procyon.org.uk>
Date: Fri, 30 Jan 2015 11:04:12 +0000
From: David Howells <dhowells@...hat.com>
To: jmorris@...ei.org
Cc: dhowells@...hat.com, linux-ima-devel@...ts.sourceforge.net,
pebolle@...cali.nl, linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] ima: /proc/keys is now mandatory
/proc/keys is now mandatory and its config option no longer exists, so it
doesn't need selecting.
Reported-by: Paul Bolle <pebolle@...cali.nl>
Signed-off-by: David Howells <dhowells@...hat.com>
---
security/integrity/ima/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/security/integrity/ima/Kconfig b/security/integrity/ima/Kconfig
index 57515bc915c0..df303346029b 100644
--- a/security/integrity/ima/Kconfig
+++ b/security/integrity/ima/Kconfig
@@ -126,7 +126,6 @@ config IMA_TRUSTED_KEYRING
bool "Require all keys on the .ima keyring be signed"
depends on IMA_APPRAISE && 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists