]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect-image: add flag for explicitly enabling userspace verity signature checking
authorLennart Poettering <lennart@poettering.net>
Wed, 28 Feb 2024 12:17:03 +0000 (13:17 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 28 Feb 2024 15:17:40 +0000 (16:17 +0100)
commitf4a63ce25f1b672fa2e5b52462ac925bb0027291
tree54e4ca1a63ad547e098a06756faea8fa7f18b614
parent78816ce72efde8b4ef506e80b0726d2779e5f3ff
dissect-image: add flag for explicitly enabling userspace verity signature checking

let's make userspace verity signature checking optional. This adds a
dissection flag to enable the logic and patches through all our users to
enable it by default, thus effectively not changing anything from the
status quo ante. However, know we have a knob to turn this off in
certain scenarios.
21 files changed:
src/analyze/analyze.c
src/boot/bootctl.c
src/core/namespace.c
src/coredump/coredumpctl.c
src/dissect/dissect.c
src/firstboot/firstboot.c
src/journal/journalctl.c
src/kernel-install/kernel-install.c
src/machine-id-setup/machine-id-setup-main.c
src/nspawn/nspawn.c
src/partition/repart.c
src/portable/portable.c
src/shared/discover-image.c
src/shared/dissect-image.c
src/shared/dissect-image.h
src/shared/mount-util.c
src/sysext/sysext.c
src/systemctl/systemctl.c
src/sysupdate/sysupdate.c
src/sysusers/sysusers.c
src/tmpfiles/tmpfiles.c