mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
dissect-image: explain one more error
This commit is contained in:
committed by
Yu Watanabe
parent
02fea5b412
commit
b3e5e00d45
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user