On Fri, 2015-01-30 at 11:04 +0000, David Howells wrote: > /proc/keys is now mandatory and its config option no longer exists, so it > doesn't need selecting. > > Reported-by: Paul Bolle <[email protected]> > Signed-off-by: David Howells <[email protected]>
Thanks! Signed-off-by: Mimi Zohar <[email protected]> > --- > > 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-security-module" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

