]> git.ipfire.org Git - thirdparty/systemd.git/commit
gpt: Introduce function to convert verity hash or sig to data partition
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 Sep 2025 17:57:36 +0000 (19:57 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 Sep 2025 18:06:11 +0000 (20:06 +0200)
commit946cc446c0355710075dd085b82da4e811dcd427
treecd7d781616eb9b2288d6c56c59ed1b80e17c10b3
parentd5eb732724b22adca886c6e10941881b42b47c65
gpt: Introduce function to convert verity hash or sig to data partition

Let's rename the existing partition_verity_to_data() to
partition_verity_hash_to_data() and make a new partition_verity_to_data() that
handles both verity hash and verity signature partitions.

Rename other functions to match the new naming.
src/repart/repart.c
src/shared/dissect-image.c
src/shared/gpt.c
src/shared/gpt.h
src/shared/image-policy.c
src/test/test-gpt.c
src/udev/udev-builtin-dissect_image.c