mirror of
https://github.com/systemd/systemd.git
synced 2025-01-21 22:04:01 +03:00
dissect-image: document one more dissected_image_decrypt() error code
This commit is contained in:
parent
44e3097dff
commit
5300fe74a1
@ -2951,6 +2951,7 @@ int dissected_image_decrypt(
|
||||
* > 0 → Decrypted successfully
|
||||
* -ENOKEY → There's something to decrypt but no key was supplied
|
||||
* -EKEYREJECTED → Passed key was not correct
|
||||
* -EBUSY → Generic Verity error (kernel is not very explanatory)
|
||||
*/
|
||||
|
||||
if (verity && verity->root_hash && verity->root_hash_size < sizeof(sd_id128_t))
|
||||
|
Loading…
x
Reference in New Issue
Block a user