mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 21:24:26 +00:00
Fixes a regression with the cbe_init_trust_anchor component that prevented reacting to a failed unlock attempt in the File Vault. The regression was caused by new semantics in the vfs that did not allow for using the file operation result as indicator for whether the unlock attempt failed or succeeded. The correct and hereby applied approach is to check for the data read from the file after having written the unlock command. The data reads either "ok" or "failed".