summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-06-28 19:48:32 +0200
committerLennart Poettering <lennart@poettering.net>2024-09-06 11:15:45 +0200
commit0f0bed8be6f24b26e076609d3a0b9b3365856b57 (patch)
treed016a591f46a16a6f566f24a8f950fb3d47c6010 /man
parentuki: add new ".profile" PE section type (diff)
downloadsystemd-0f0bed8be6f24b26e076609d3a0b9b3365856b57.tar.xz
systemd-0f0bed8be6f24b26e076609d3a0b9b3365856b57.zip
measure: introduce support for a new ".profile" section
This introduces the concept, and makes sure systemd-measure covers it. See a later commit for details on the new section.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-measure.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/man/systemd-measure.xml b/man/systemd-measure.xml
index 931b62c12e..9b991e87b3 100644
--- a/man/systemd-measure.xml
+++ b/man/systemd-measure.xml
@@ -76,9 +76,9 @@
kernel image consisting of the components specified with <option>--linux=</option>,
<option>--osrel=</option>, <option>--cmdline=</option>, <option>--initrd=</option>,
<option>--ucode=</option>, <option>--splash=</option>, <option>--dtb=</option>,
- <option>--uname=</option>, <option>--sbat=</option>, <option>--pcrpkey=</option> see below. Only
- <option>--linux=</option> is mandatory. (Alternatively, specify <option>--current</option> to use the
- current values of PCR register 11 instead.)</para>
+ <option>--uname=</option>, <option>--sbat=</option>, <option>--pcrpkey=</option>,
+ <option>--profile=</option>, see below. Only <option>--linux=</option> is mandatory. (Alternatively,
+ specify <option>--current</option> to use the current values of PCR register 11 instead.)</para>
<xi:include href="version-info.xml" xpointer="v252"/>
</listitem>
@@ -124,6 +124,7 @@
<term><option>--uname=<replaceable>PATH</replaceable></option></term>
<term><option>--sbat=<replaceable>PATH</replaceable></option></term>
<term><option>--pcrpkey=<replaceable>PATH</replaceable></option></term>
+ <term><option>--profile=<replaceable>PATH</replaceable></option></term>
<listitem><para>When used with the <command>calculate</command> or <command>sign</command> verb,
configures the files to read the unified kernel image components from. Each option corresponds with
@@ -131,7 +132,10 @@
the path to the ELF kernel file that the unified PE kernel will wrap. All switches except
<option>--linux=</option> are optional. Each option may be used at most once.</para>
- <xi:include href="version-info.xml" xpointer="v252"/></listitem>
+ <xi:include href="version-info.xml" xpointer="v252"/>
+
+ <para id="v257">With the exception of <option>--profile=</option>, which has been added in version
+ 257.</para></listitem>
</varlistentry>
<varlistentry>