mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
Use the correct name of CEL
It's Canonical Event Format, not Common
This commit is contained in:
parent
18303adcd3
commit
bd96d63787
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user