From 78e9bb837c258ac0ec7712b3d612cc2f407e731e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:42 +0200 Subject: Merging upstream version 256. Signed-off-by: Daniel Baumann --- man/systemd-tpm2-generator.xml | 60 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 man/systemd-tpm2-generator.xml (limited to 'man/systemd-tpm2-generator.xml') diff --git a/man/systemd-tpm2-generator.xml b/man/systemd-tpm2-generator.xml new file mode 100644 index 0000000..51950ee --- /dev/null +++ b/man/systemd-tpm2-generator.xml @@ -0,0 +1,60 @@ + + + +%entities; +]> + + + + + systemd-tpm2-generator + systemd + + + + systemd-tpm2-generator + 8 + + + + systemd-tpm2-generator + Generator for inserting TPM2 synchronization point in the boot process + + + + /usr/lib/systemd/system-generators/systemd-tpm2-generator + + + + Description + + systemd-tpm2-generator is a generator that adds a Wants= + dependency from sysinit.target to tpm2.target when it detects + that the firmware discovered a TPM2 device but the OS kernel so far did + not. tpm2.target is supposed to act as synchronization point for all services that + require TPM2 device access. See + systemd.special7 for + details. + + The kernel command line option may be used to override + behaviour of the generator. It accepts a boolean value: if true then tpm2.target + will be added as synchronization point even if the firmware has not detected a TPM2 device. If false, the + target will not be inserted even if firmware reported a device but the OS kernel doesn't expose a device + for it yet. The latter might be useful in environments where a suitable TPM2 driver for the available + hardware is not available. + + systemd-tpm2-generator implements + systemd.generator7. + + + + See Also + + systemd1 + systemd.special7 + kernel-command-line7 + + + -- cgit v1.2.3