]> git.ipfire.org Git - thirdparty/systemd.git/commit
dissect-image: rename verity flag booleans
authorLennart Poettering <lennart@poettering.net>
Wed, 8 Sep 2021 14:56:42 +0000 (16:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Sep 2021 12:14:53 +0000 (14:14 +0200)
commitc3c88d67c0ccd6fe883c79e0c5aa5c79379853ff
tree1d43f6751bec2a1c11462cb281567aa4b4fd3ff7
parent215e19eb27991813acb363bdcff283b868da5619
dissect-image: rename verity flag booleans

Let's make the booleans indicating verity state a bit more descriptive.

Let's rename:

    can_verity → has_verity: because that's really what this about
    whether verity data is included in the image. Whether we actually
    can use it is a different story.

    verity → verity_ready: this one should tell us if we have everything
    need to actually set it up, hence explicitly say "ready to use" in
    the name.

No change in behaviour. Just a bit of renaming.
src/nspawn/nspawn.c
src/shared/dissect-image.c
src/shared/dissect-image.h