mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 18:57:04 +00:00
Root hashes: enable even if there is no TPM
This feature doesn't require a TPM. The configuration GUI appears either way, but the actual check was silently skipped on TPM-less devices. Enable it even if there is no TPM. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
parent
23a086dbf7
commit
09f66e93df
@ -393,7 +393,7 @@ while true; do
|
||||
scan_options
|
||||
fi
|
||||
|
||||
if [ "$CONFIG_TPM" = "y" -a "$CONFIG_BASIC" != "y" ]; then
|
||||
if [ "$CONFIG_BASIC" != "y" ]; then
|
||||
# Optionally enforce device file hashes
|
||||
if [ -r "$TMP_HASH_FILE" ]; then
|
||||
valid_global_hash="n"
|
||||
|
Loading…
Reference in New Issue
Block a user