Skip to content

Commit bdf1abd

Browse files
esnowbergmimizohar
authored andcommitted
ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY
When the machine keyring is enabled, it may be used as a trust source for the .ima keyring. Add a reference to this in IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY. Signed-off-by: Eric Snowberg <eric.snowberg@oracle.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
1 parent 2cc14f5 commit bdf1abd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

security/integrity/ima/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,22 +243,22 @@ 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 or secondary CA cert (EXPERIMENTAL)"
246+
bool "Permit keys validly signed by a built-in, machine (if configured) or secondary (EXPERIMENTAL)"
247247
depends on SYSTEM_TRUSTED_KEYRING
248248
depends on SECONDARY_TRUSTED_KEYRING
249249
depends on INTEGRITY_ASYMMETRIC_KEYS
250250
select INTEGRITY_TRUSTED_KEYRING
251251
default n
252252
help
253253
Keys may be added to the IMA or IMA blacklist keyrings, if the
254-
key is validly signed by a CA cert in the system built-in or
255-
secondary trusted keyrings. The key must also have the
256-
digitalSignature usage set.
254+
key is validly signed by a CA cert in the system built-in,
255+
machine (if configured), or secondary trusted keyrings. The
256+
key must also have the digitalSignature usage set.
257257

258258
Intermediate keys between those the kernel has compiled in and the
259259
IMA keys to be added may be added to the system secondary keyring,
260260
provided they are validly signed by a key already resident in the
261-
built-in or secondary trusted keyrings.
261+
built-in, machine (if configured) or secondary trusted keyrings.
262262

263263
config IMA_BLACKLIST_KEYRING
264264
bool "Create IMA machine owner blacklist keyrings (EXPERIMENTAL)"

0 commit comments

Comments
 (0)