diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-03-13 22:18:13 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-03-14 10:26:45 +0100 |
commit | 3719dcb0bc456f86fe571dcbb83c0fc5cffe6f5a (patch) | |
tree | 43251deffea763c700bc6baaf5a489d285db8edb /units/systemd-pcrextend@.service.in | |
parent | ptyfwd: fix typo (diff) | |
download | systemd-3719dcb0bc456f86fe571dcbb83c0fc5cffe6f5a.tar.xz systemd-3719dcb0bc456f86fe571dcbb83c0fc5cffe6f5a.zip |
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.
Diffstat (limited to 'units/systemd-pcrextend@.service.in')
-rw-r--r-- | units/systemd-pcrextend@.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-pcrextend@.service.in b/units/systemd-pcrextend@.service.in index 6020a21c40..68b71d4068 100644 --- a/units/systemd-pcrextend@.service.in +++ b/units/systemd-pcrextend@.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=TPM2 PCR Extension (Varlink) +Description=TPM PCR Measurements Documentation=man:systemd-pcrphase.service(8) DefaultDependencies=no After=tpm2.target |