]> git.ipfire.org Git - thirdparty/systemd.git/commit
pcrextend: add support for measuring a user record, to be executed on first login...
authorLennart Poettering <lennart@amutable.com>
Thu, 21 May 2026 12:47:59 +0000 (14:47 +0200)
committerLennart Poettering <lennart@amutable.com>
Fri, 22 May 2026 10:15:12 +0000 (12:15 +0200)
commite32209c69c64c26dc35e27ceed463bb3b1169dcb
tree6b91d1466ea9cdf3dd65b26cdc39ea9b77788ad3
parent0bd861ff76a4badb8ebe302cd779a860de44aeb6
pcrextend: add support for measuring a user record, to be executed on first login of the user

This is supposed to be useful to mark an interactive user login as a
"break glass" event in the measurement logs, i.e. as in many typically
headless scenerios this indicates debug access or similar.
man/rules/meson.build
man/systemd-pcrphase.service.xml
src/pcrextend/pcrextend.c
src/shared/pcrextend-util.c
src/shared/pcrextend-util.h
src/shared/tpm2-util.c
src/shared/tpm2-util.h
src/tpm2-setup/meson.build
src/tpm2-setup/nvpcr/login.nvpcr.in [new file with mode: 0644]
units/meson.build
units/systemd-pcrlogin@.service.in [new file with mode: 0644]