dissect-image: explain one more error

This commit is contained in:
Lennart Poettering
2025-10-21 13:32:39 +02:00
committed by Yu Watanabe
parent 02fea5b412
commit b3e5e00d45

View File

@@ -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))