diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index f5f3c8dfe8..2166af2e7e 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -3139,6 +3139,7 @@ int dissected_image_decrypt( * -EDESTADDRREQ → dm-verity: there's something to setup but no signature was supplied * -EBUSY → dm-verity: Generic Verity error (kernel is not very explanatory) * -ERFKILL → image policy not compatible with request + * -EEXIST → DM device already exists under the specified name */ if (verity && verity->root_hash && verity->root_hash_size < sizeof(sd_id128_t))