summaryrefslogtreecommitdiff
path: root/units/systemd-pcrphase.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-10-14 20:53:42 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2022-10-17 12:09:43 +0200
commit047273e6e8a044e2a7e9471fc3737ef9ebb9bc39 (patch)
tree6b9c422c3d0278ea88eec37c265da7d3f20cbf9b /units/systemd-pcrphase.service.in
parent961549ab4163c0873b72e6e40cb72b11ac493fd7 (diff)
downloadsystemd-047273e6e8a044e2a7e9471fc3737ef9ebb9bc39.tar.gz
pcrphase: add two additional phases
This adds two more phases to the PCR boot phase logic: "sysinit" + "final". The "sysinit" one is placed between sysinit.target and basic.target. It's good to have a milestone in this place, since this is after all file systems/LUKS volumes are in place (which sooner or later should result in measurements of their own) and before services are started (where we should be able to rely on them to be complete). This is particularly useful to make certain secrets available for mounting secondary file systems, but making them unavailable later. This breaks API in a way (as measurements during runtime will change), but given that the pcrphase stuff wasn't realeased yet should be OK.
Diffstat (limited to 'units/systemd-pcrphase.service.in')
-rw-r--r--units/systemd-pcrphase.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-pcrphase.service.in b/units/systemd-pcrphase.service.in
index 1ef8ed6e6a..ce469befa8 100644
--- a/units/systemd-pcrphase.service.in
+++ b/units/systemd-pcrphase.service.in
@@ -8,7 +8,7 @@
# (at your option) any later version.
[Unit]
-Description=TPM2 PCR Barrier (Host)
+Description=TPM2 PCR Barrier (User)
Documentation=man:systemd-pcrphase.service(8)
After=remote-fs.target remote-cryptsetup.target
Before=systemd-user-sessions.service