diff options
Diffstat (limited to 'src/boot/efi/secure-boot.c')
-rw-r--r-- | src/boot/efi/secure-boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/efi/secure-boot.c b/src/boot/efi/secure-boot.c index 1a7ae63774..2400324fc5 100644 --- a/src/boot/efi/secure-boot.c +++ b/src/boot/efi/secure-boot.c @@ -33,7 +33,7 @@ SecureBootMode secure_boot_mode(void) { } /* - * Custom mode allows to change secure boot certificate databases db, dbx, KEK and PK without the variable + * Custom mode allows the secure boot certificate databases db, dbx, KEK, and PK to be changed without the variable * updates being signed. When enrolling certificates to an unconfigured system (no PK present yet) writing * db, dbx and KEK updates without signature works fine even in standard mode. Writing PK updates without * signature requires custom mode in any case. |