]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
efi: update measure.h comments a bit
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Jul 2022 15:42:54 +0000 (17:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Jul 2022 18:48:45 +0000 (20:48 +0200)
src/boot/efi/measure.h

index 057f4a44d6c71248c40c323c491bacdff834e6a8..af1cc62cdd0a35f7de62059da3d5f642c0a70a2e 100644 (file)
@@ -5,10 +5,10 @@
 #include <stdbool.h>
 #include <uchar.h>
 
-/* This TPM PCR is where we extend the kernel command line and any passed credentials here. */
+/* This TPM PCR is where sd-stub extends the kernel command line and any passed credentials into. */
 #define TPM_PCR_INDEX_KERNEL_PARAMETERS 12U
 
-/* We used to write the kernel command line/credentials into PCR 8, in systemd <= 250. Let's provide for
+/* sd-stub used to write the kernel command line/credentials into PCR 8, in systemd <= 250. Let's provide for
  * some compatibility. (Remove in 2023!) */
 #if EFI_TPM_PCR_COMPAT
 #define TPM_PCR_INDEX_KERNEL_PARAMETERS_COMPAT 8U