]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: retitle systemd-pcrextend.{service,socket}, change TPM2→TPM
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Mar 2024 21:18:13 +0000 (22:18 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Mar 2024 09:26:45 +0000 (10:26 +0100)
commit3719dcb0bc456f86fe571dcbb83c0fc5cffe6f5a
tree43251deffea763c700bc6baaf5a489d285db8edb
parentaf02814a8556530fbaa91ed1c78551158da0632e
units: retitle systemd-pcrextend.{service,socket}, change TPM2→TPM

I was looking at the logs in some bug and saw this:

Mar 13 15:55:12 fedora systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Mar 13 15:55:12 fedora systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
Mar 13 15:55:12 fedora systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).

This is overly technical, for most units we don't provide this level of
detail about the implementation. So retitle the units to be more accessible.

Also, the fact that it's a v. 2 of the TPM is not that important. We don't
support TPM 1.2, but computers without TPM v2 are getting rare. For other
units we don't advertise the version of hardware, and let's not do this here,
to reduce some complexity.
19 files changed:
units/systemd-pcrextend.socket
units/systemd-pcrextend@.service.in
units/systemd-pcrfs-root.service.in
units/systemd-pcrfs@.service.in
units/systemd-pcrlock-file-system.service.in
units/systemd-pcrlock-firmware-code.service.in
units/systemd-pcrlock-firmware-config.service.in
units/systemd-pcrlock-machine-id.service.in
units/systemd-pcrlock-make-policy.service.in
units/systemd-pcrlock-secureboot-authority.service.in
units/systemd-pcrlock-secureboot-policy.service.in
units/systemd-pcrlock.socket
units/systemd-pcrlock@.service.in
units/systemd-pcrmachine.service.in
units/systemd-pcrphase-initrd.service.in
units/systemd-pcrphase-sysinit.service.in
units/systemd-pcrphase.service.in
units/systemd-tpm2-setup-early.service.in
units/systemd-tpm2-setup.service.in