From 714cb48a4f069be485d4229c127b59d2c952adef Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 4 Oct 2023 11:08:25 +0100 Subject: [PATCH] docs: fix typo in UEFI_SECURITY.md --- src/boot/efi/UEFI_SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/efi/UEFI_SECURITY.md b/src/boot/efi/UEFI_SECURITY.md index 3fa8f4c7cf8..301104bd10c 100644 --- a/src/boot/efi/UEFI_SECURITY.md +++ b/src/boot/efi/UEFI_SECURITY.md @@ -30,7 +30,7 @@ and other optional components as sections in a PE signed binary, that can thus b environments. Since it is embedded in a PE signed binary, `systemd-stub` will temporarily disable the UEFI authentication -protobol while loading the payload kernel it wraps, in order to avoid redundant duplicate authentication of +protocol while loading the payload kernel it wraps, in order to avoid redundant duplicate authentication of the image, given that the payload kernel was already authenticated and verified as part of the whole image. SecureBoot authentication is re-enabled immediately after the kernel image has been loaded. -- 2.47.3