]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect: add support for verity-protected bare filesystems via mountfsd
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 14 Oct 2025 22:32:54 +0000 (23:32 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 16 Oct 2025 15:22:33 +0000 (16:22 +0100)
commitfad01f798d1308fa6bd81eac1b13b3d14d9a5380
tree5e4c05b4531a92e1ee45ded8989f4a0be18636f2
parent674b4b4f9639d07c1408e4e22eb27092e3aee10e
dissect: add support for verity-protected bare filesystems via mountfsd

Needed to implement support for RootHashSignature=/RootVerity=/RootHash=
and friends when going through mountfsd, for example with user units,
so that system and user units provide the same features at the same
level
man/systemd.exec.xml
src/core/namespace.c
src/dissect/dissect.c
src/nspawn/nspawn.c
src/shared/dissect-image.c
src/shared/dissect-image.h
test/units/TEST-50-DISSECT.mountfsd.sh