Skip to content

Commit f17167b

Browse files
esnowbergmimizohar
authored andcommitted
ima: Remove EXPERIMENTAL from Kconfig
Remove the EXPERIMENTAL from the IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY Kconfig now that digitalSignature usage enforcement is set. Signed-off-by: Eric Snowberg <eric.snowberg@oracle.com> link: https://lore.kernel.org/all/20230508220708.2888510-4-eric.snowberg@oracle.com/ Acked-by: Jarkko Sakkinen <jarkko@kernel.org> Reviewed-by: Mimi Zohar <zohar@linux.ibm.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
1 parent bdf1abd commit f17167b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/integrity/ima/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ config IMA_APPRAISE_MODSIG
243243
to accept such signatures.
244244

245245
config IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY
246-
bool "Permit keys validly signed by a built-in, machine (if configured) or secondary (EXPERIMENTAL)"
246+
bool "Permit keys validly signed by a built-in, machine (if configured) or secondary"
247247
depends on SYSTEM_TRUSTED_KEYRING
248248
depends on SECONDARY_TRUSTED_KEYRING
249249
depends on INTEGRITY_ASYMMETRIC_KEYS

0 commit comments

Comments
 (0)