From: Luca Boccassi Date: Wed, 4 Oct 2023 10:08:25 +0000 (+0100) Subject: docs: fix typo in UEFI_SECURITY.md X-Git-Tag: v255-rc1~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=714cb48a4f069be485d4229c127b59d2c952adef;p=thirdparty%2Fsystemd.git docs: fix typo in UEFI_SECURITY.md --- 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.