diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-08-17 17:30:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-08 16:34:27 +0200 |
commit | 02ef97cde01ef8e64799befb9583d971f1fe33e6 (patch) | |
tree | 2024a63d2e6f7a59eae21716dc890013af276429 /man/systemd-repart.xml | |
parent | cryptenroll: hook up new TPM2 signed policies with cryptenroll (diff) | |
download | systemd-02ef97cde01ef8e64799befb9583d971f1fe33e6.tar.xz systemd-02ef97cde01ef8e64799befb9583d971f1fe33e6.zip |
repart: hook up new TPM2 signed policies with repart
Diffstat (limited to 'man/systemd-repart.xml')
-rw-r--r-- | man/systemd-repart.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd-repart.xml b/man/systemd-repart.xml index c34244d14a..475aeec212 100644 --- a/man/systemd-repart.xml +++ b/man/systemd-repart.xml @@ -323,6 +323,15 @@ and have the same effect on partitions where TPM2 enrollment is requested.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--tpm2-public-key=</option><arg>PATH</arg></term> + <term><option>--tpm2-public-key-pcrs=</option><arg rep="repeat">PCR</arg></term> + + <listitem><para>Configures a TPM2 signed PCR policy to bind encryption to. See + <citerefentry><refentrytitle>systemd-cryptenroll</refentrytitle><manvolnum>1</manvolnum></citerefentry> + for details on these two options.</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> <xi:include href="standard-options.xml" xpointer="no-pager" /> |