public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] integrity: Update comment for load_moklist_certs()
@ 2024-05-11  3:22 Yusong Gao
  2024-05-12 23:03 ` Jarkko Sakkinen
  0 siblings, 1 reply; 2+ messages in thread
From: Yusong Gao @ 2024-05-11  3:22 UTC (permalink / raw)
  To: jarkko, zohar, roberto.sassu, dmitry.kasatkin, eric.snowberg,
	paul, jmorris, serge
  Cc: linux-integrity, keyrings, linux-security-module, linux-kernel,
	trivial

After commit 45fcd5e521cd ("integrity: add new keyring handler for
mok keys"), the comment about load_moklist_certs() is out-of-date.
Change keyring name from platform to machine.

Signed-off-by: Yusong Gao <a869920004@gmail.com>
---
 security/integrity/platform_certs/load_uefi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/integrity/platform_certs/load_uefi.c b/security/integrity/platform_certs/load_uefi.c
index d1fdd113450a..e954776d3cfb 100644
--- a/security/integrity/platform_certs/load_uefi.c
+++ b/security/integrity/platform_certs/load_uefi.c
@@ -97,7 +97,7 @@ static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid,
  * load_moklist_certs() - Load MokList certs
  *
  * Load the certs contained in the UEFI MokListRT database into the
- * platform trusted keyring.
+ * machine keyring.
  *
  * This routine checks the EFI MOK config table first. If and only if
  * that fails, this routine uses the MokListRT ordinary UEFI variable.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-12 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-11  3:22 [PATCH] integrity: Update comment for load_moklist_certs() Yusong Gao
2024-05-12 23:03 ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox