diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-09-09 11:09:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-09 11:53:05 +0200 |
commit | 4889e809beb5134a8baad04ab8ef26afd9e233d9 (patch) | |
tree | ddacb9dfe964046c14968a706c6daef1b019b2e8 /man/systemd-stub.xml | |
parent | man: document the new .pcrsig/.pcrpkey sections for unified kernel images (diff) | |
download | systemd-4889e809beb5134a8baad04ab8ef26afd9e233d9.tar.xz systemd-4889e809beb5134a8baad04ab8ef26afd9e233d9.zip |
man: be more careful regarding TPM vs. TPM2
We support PCR measurements for both classic TPM1.2 and TPM2, hence just
say "TPM" generically in that context. But the signed policies are
exclusive to TPM2, hence always say TPM2 there.
We mostly got that right, except at one place. Fix that.
Diffstat (limited to 'man/systemd-stub.xml')
-rw-r--r-- | man/systemd-stub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml index 2479d9f5fa..50fe571fe7 100644 --- a/man/systemd-stub.xml +++ b/man/systemd-stub.xml @@ -158,7 +158,7 @@ </refsect1> <refsect1> - <title>TPM2 PCR Notes</title> + <title>TPM PCR Notes</title> <para>Note that when a unified kernel using <command>systemd-stub</command> is invoked the firmware will measure it as a whole to TPM PCR 4, covering all embedded resources, such as the stub code itself, the |