Re: [PATCH] ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig
From: Nayna <hidden>
Date: 2023-09-20 02:29:49
Also in:
linux-integrity, lkml
From: Nayna <hidden>
Date: 2023-09-20 02:29:49
Also in:
linux-integrity, lkml
On 9/19/23 03:32, Oleksandr Tymoshenko wrote:
Hello, There are two Kconfigs that depend on IMA_TRUSTED_KEYRING: IMA_LOAD_X509 and IMA_BLACKLIST_KEYRING. Removing IMA_TRUSTED_KEYRING makes them unreachable. Should they be removed too or should the dependency clauses be removed?
Thanks Oleksandr for noticing this. Since IMA_TRUSTED_KEYRING is deprecated in favor of INTEGRITY_TRUSTED_KEYRING, I think the dependency clause should be updated to use INTEGRITY_TRUSTED_KEYRING. Thanks & Regards, - Nayna