]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/meson.build
pcrlock: add basic Varlink interface
authorLennart Poettering <lennart@poettering.net>
Fri, 2 Feb 2024 14:17:09 +0000 (15:17 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 12 Feb 2024 11:04:18 +0000 (12:04 +0100)
commit15138e79804cb595829b51eeda3364ec1d70e813
tree22a194ac9a017969896b44eb1f30d13b0fa0bb8e
parent9fe15ce84d52c1f613d5e2a815d0406941bb20e1
pcrlock: add basic Varlink interface

This can be used to make or delete a PCR policy via Varlink. It can also
be used to query the current event log in CEL format.
src/pcrlock/pcrlock.c
src/shared/meson.build
src/shared/varlink-io.systemd.PCRLock.c [new file with mode: 0644]
src/shared/varlink-io.systemd.PCRLock.h [new file with mode: 0644]
src/test/test-varlink-idl.c
units/meson.build
units/systemd-pcrlock.socket [new file with mode: 0644]
units/systemd-pcrlock@.service.in [new file with mode: 0644]