summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxHearnden <maxoscarhearnden@gmail.com>2024-05-08 08:02:52 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2024-05-08 13:34:07 +0200
commitbd96d63787f0b697d4f399d579c2e5f88fbafe41 (patch)
treefd1450594178706253ae9a35ee3420ec428870c1
parentman/run0: remove the --user example for --machine= (diff)
downloadsystemd-bd96d63787f0b697d4f399d579c2e5f88fbafe41.tar.xz
systemd-bd96d63787f0b697d4f399d579c2e5f88fbafe41.zip
Use the correct name of CEL
It's Canonical Event Format, not Common
-rw-r--r--man/systemd-pcrlock.xml2
-rw-r--r--man/systemd-pcrphase.service.xml2
-rw-r--r--man/systemd.pcrlock.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-pcrlock.xml b/man/systemd-pcrlock.xml
index 4af7f13c5d..19ba4c4b17 100644
--- a/man/systemd-pcrlock.xml
+++ b/man/systemd-pcrlock.xml
@@ -105,7 +105,7 @@
<term><command>cel</command></term>
<listitem><para>This reads the combined TPM2 event log and writes it to STDOUT in <ulink
- url="https://trustedcomputinggroup.org/resource/canonical-event-log-format/">TCG Common Event Log
+ url="https://trustedcomputinggroup.org/resource/canonical-event-log-format/">TCG Canonical Event Log
Format (CEL-JSON)</ulink> format.</para>
<xi:include href="version-info.xml" xpointer="v255"/></listitem>
diff --git a/man/systemd-pcrphase.service.xml b/man/systemd-pcrphase.service.xml
index 9c54663d3e..2dc9c8ada0 100644
--- a/man/systemd-pcrphase.service.xml
+++ b/man/systemd-pcrphase.service.xml
@@ -215,7 +215,7 @@
<filename>/run/log/systemd/tpm2-measure.log</filename>, which contains a <ulink
url="https://www.rfc-editor.org/rfc/rfc7464.html">JSON-SEQ</ulink> series of objects that follow the
general structure of the <ulink
- url="https://trustedcomputinggroup.org/resource/canonical-event-log-format/">TCG Common Event Log
+ url="https://trustedcomputinggroup.org/resource/canonical-event-log-format/">TCG Canonical Event Log
Format (CEL-JSON)</ulink> event objects (but lack the <literal>recnum</literal>
field).</para>
diff --git a/man/systemd.pcrlock.xml b/man/systemd.pcrlock.xml
index 27ceb48652..6f07dc8159 100644
--- a/man/systemd.pcrlock.xml
+++ b/man/systemd.pcrlock.xml
@@ -43,7 +43,7 @@
process. <citerefentry><refentrytitle>systemd-pcrlock</refentrytitle><manvolnum>1</manvolnum></citerefentry>
uses such pcrlock files to analyze and predict TPM2 PCR measurements. The pcrlock files are JSON arrays
that follow a subset of the <ulink
- url="https://trustedcomputinggroup.org/resource/canonical-event-log-format/">TCG Common Event Log Format
+ url="https://trustedcomputinggroup.org/resource/canonical-event-log-format/">TCG Canonical Event Log Format
(CEL-JSON)</ulink> specification. Specifically the <literal>recnum</literal>, <literal>content</literal>,
and <literal>content_type</literal> record fields are not used and ignored if present. Each pcrlock file
defines one set of expected, ordered PCR measurements of a specific component of the boot.</para>