]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect-image: Consolidate verity validation and setup
authorChris Down <chris@chrisdown.name>
Thu, 19 Mar 2026 13:15:44 +0000 (21:15 +0800)
committerChris Down <chris@chrisdown.name>
Thu, 19 Mar 2026 13:37:36 +0000 (21:37 +0800)
commit91578e529395a0299a1e5eaa6da08e73db6eeacd
treef0fbddd251a925199c46f785598fbaa5ac7f941c
parent779e70a8e8f1ef7ae21df39f81eb762e89012478
dissect-image: Consolidate verity validation and setup

The verity consistency checks and verity setup code also have parallel
blocks for root and usr that do basically identical work. Let's
consolidate them and reduce the footprint for bugs or deviance to
manifest.
src/shared/dissect-image.c