@@ -177,7 +177,7 @@ CHANGES WITH 255 in spe:
177177 journal, where they however were subject to rotation and similar.
178178
179179 * A new component "systemd-pcrlock" has been added that allows managing
180- local TPM2 PCR policies for PCRs 0-7 and similar, which are hard to
180+ local TPM2 PCR policies for PCRs 0-7 and similar, which are hard to
181181 predict by the OS vendor because of the inherently local nature of
182182 what measurements they contain, such as firmware versions of the
183183 system and extension cards and suchlike. pcrlock can predict PCR
@@ -221,11 +221,11 @@ CHANGES WITH 255 in spe:
221221 set-timeout option, to allow completely disabling the boot menu,
222222 including the hotkey.
223223
224- * systemd-boot will now measure the content of loader.conf in TPM2 PCR
225- 5.
224+ * systemd-boot will now measure the content of loader.conf in TPM2
225+ PCR 5.
226226
227227 * systemd-stub will now concatenate the content of all kernel
228- command-line addons before measuring them in TPM2 PCR 12, in a single
228+ command-line addons before measuring them in TPM2 PCR 12, in a single
229229 measurement, instead of measuring them individually.
230230
231231 * systemd-stub will now measure and load Devicetree Blob addons, which
@@ -250,8 +250,8 @@ CHANGES WITH 255 in spe:
250250 * The 90-loaderentry kernel-install hook now supports installing device
251251 trees.
252252
253- * kernel-install now supports the --json=, --root=, --image= and
254- --image-policy= options for the inspect verb.
253+ * kernel-install now supports the --json=, --root=, --image=, and
254+ --image-policy= options for the inspect verb.
255255
256256 * kernel-install now supports new list and add-all verbs. The former
257257 lists all installed kernel images (if those are available in
@@ -940,7 +940,7 @@ CHANGES WITH 254:
940940 kernel command line it invokes. This is useful for VMMs such as qemu
941941 to pass additional kernel command lines into the system even when
942942 booting via full UEFI. The contents of the field are measured into
943- TPM PCR 12.
943+ TPM PCR 12.
944944
945945 * The KERNEL_INSTALL_LAYOUT= setting for kernel-install gained a new
946946 value "auto". With this value, a kernel will be automatically
@@ -1463,7 +1463,7 @@ CHANGES WITH 253:
14631463 manager is also enabled and used.
14641464
14651465 * Some compatibility helpers were dropped: EmergencyAction= in the user
1466- manager, as well as measuring kernel command line into PCR 8 in
1466+ manager, as well as measuring kernel command line into PCR 8 in
14671467 systemd-stub, along with the -Defi-tpm-pcr-compat compile-time
14681468 option.
14691469
@@ -1868,8 +1868,8 @@ CHANGES WITH 253:
18681868 specified via root=.
18691869
18701870 * systemd-pcrphase gained new options --machine-id and --file-system=
1871- to measure the machine-id and mount point information into PCR 15. New
1872- service unit files systemd-pcrmachine.service and
1871+ to measure the machine-id and mount point information into PCR 15.
1872+ New service unit files systemd-pcrmachine.service and
18731873 [email protected] have been added that invoke the tool with
18741874 these switches during early boot.
18751875
@@ -2127,7 +2127,7 @@ CHANGES WITH 252 🎃:
21272127 course users can always enroll non-TPM ways to unlock the volume.)
21282128
21292129 * systemd-pcrphase is a new tool that is invoked at six places during
2130- system runtime, and measures additional words into TPM2 PCR 11, to
2130+ system runtime, and measures additional words into TPM2 PCR 11, to
21312131 mark milestones of the boot process. This allows binding access to
21322132 specific TPM2-encrypted secrets to specific phases of the boot
21332133 process. (Example: LUKS2 disk encryption key only accessible in the
@@ -2187,7 +2187,7 @@ CHANGES WITH 252 🎃:
21872187 associated service unit, if any.
21882188
21892189 * Boot phase transitions (start initrd → exit initrd → boot complete →
2190- shutdown) will be measured into TPM2 PCR 11, so that secrets can be
2190+ shutdown) will be measured into TPM2 PCR 11, so that secrets can be
21912191 bound to a specific runtime phase. E.g.: a LUKS encryption key can be
21922192 unsealed only in the initrd.
21932193
@@ -2252,13 +2252,13 @@ CHANGES WITH 252 🎃:
22522252 (e.g. comparisons for empty strings). Boot counting is now part of
22532253 the main specification.
22542254
2255- * New PCRs measurements are performed during boot: PCR 11 for the
2256- kernel+initrd combo, PCR 13 for any sysext images. If a measurement
2255+ * New PCRs measurements are performed during boot: PCR 11 for the
2256+ kernel+initrd combo, PCR 13 for any sysext images. If a measurement
22572257 took place this is now reported to userspace via the new
22582258 StubPcrKernelImage and StubPcrInitRDSysExts EFI variables.
22592259
22602260 * As before, systemd-stub will measure kernel parameters and system
2261- credentials into PCR 12. It will now report this fact via the
2261+ credentials into PCR 12. It will now report this fact via the
22622262 StubPcrKernelParameters EFI variable to userspace.
22632263
22642264 * The UEFI monotonic boot counter is now included in the updated random
@@ -2703,17 +2703,17 @@ CHANGES WITH 251:
27032703 seen with 250. For newer kernels, non-x86 systems, or older x86
27042704 systems, there should be no visible changes.
27052705
2706- * sd-boot will now measure the kernel command line into TPM PCR 12
2707- rather than PCR 8. This improves usefulness of the measurements on
2706+ * sd-boot will now measure the kernel command line into TPM PCR 12
2707+ rather than PCR 8. This improves usefulness of the measurements on
27082708 systems where sd-boot is chainloaded from Grub. Grub measures all
2709- commands its executes into PCR 8, which makes it very hard to use
2710- reasonably, hence separate ourselves from that and use PCR 12
2709+ commands its executes into PCR 8, which makes it very hard to use
2710+ reasonably, hence separate ourselves from that and use PCR 12
27112711 instead, which is what certain Ubuntu editions already do. To retain
27122712 compatibility with systems running older systemd systems a new meson
27132713 option 'efi-tpm-pcr-compat' has been added (which defaults to false).
2714- If enabled, the measurement is done twice: into the new-style PCR 12
2715- *and* the old-style PCR 8. It's strongly advised to migrate all users
2716- to PCR 12 for this purpose in the long run, as we intend to remove
2714+ If enabled, the measurement is done twice: into the new-style PCR 12
2715+ *and* the old-style PCR 8. It's strongly advised to migrate all users
2716+ to PCR 12 for this purpose in the long run, as we intend to remove
27172717 this compatibility feature in two years' time.
27182718
27192719 * busctl capture now writes output in the newer pcapng format instead
0 commit comments