mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
1dbad87139
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". |
||
---|---|---|
.. | ||
include | ||
lib | ||
ports | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.