]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: only document new PCR 12
authorLennart Poettering <lennart@poettering.net>
Wed, 16 Mar 2022 09:50:34 +0000 (10:50 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 16 Mar 2022 16:44:46 +0000 (17:44 +0100)
man/systemd-cryptenroll.xml

index d5fdb54cdd174694273ead70349595a069c21fe5..7c30a94ff79c5f0f53e26e2ea937f8f2e1534d46 100644 (file)
           <!-- See: https://github.com/rhboot/shim/blob/main/README.tpm -->
           <!-- See: https://www.gnu.org/software/grub/manual/grub/html_node/Measured-Boot.html -->
           <!-- See: https://sourceforge.net/p/linux-ima/wiki/Home/ -->
+          <!-- See: https://github.com/tianocore-docs/edk2-TrustedBootChain/blob/main/4_Other_Trusted_Boot_Chains.md -->
+          <!-- See: https://wiki.archlinux.org/title/Trusted_Platform_Module#Accessing_PCR_registers -->
 
           <tgroup cols='2' align='left' colsep='1' rowsep='1'>
             <colspec colname="pcr" />
                 <entry>Secure boot state; changes when UEFI SecureBoot mode is enabled/disabled, or firmware certificates (PK, KEK, db, dbx, …) changes. The shim project will measure most of its (non-MOK) certificates and SBAT data into this PCR.</entry>
               </row>
 
+              <!-- Grub measures all its commands and the kernel command line into PCR 8… -->
+              <!-- Grub measures all files it reads (including kernel image, initrd, …) into PCR 9… -->
+
               <row>
-                <entry>8</entry>
+                <entry>12</entry>
                 <entry><citerefentry><refentrytitle>sd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry> measures the kernel command line into this PCR.</entry>
-                <!-- Grub measures all its commands and the kernel command line into PCR 8 too… -->
               </row>
 
-              <!-- Grub measures all files it reads (including kernel image, initrd, …) into PCR 9… -->
-
               <row>
                 <entry>10</entry>
                 <entry>The IMA project measures its runtime state into this PCR.</entry>