bootctl: Add a TKey for testing

Update the bootctl settings to use a TKey with sandbox.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
Simon Glass
2025-11-27 07:19:38 -07:00
parent cf8ce64138
commit 08e061a3fa

View File

@@ -31,6 +31,11 @@
measure;
#endif
/* use TKey for unlocking encrypted volumes */
#ifdef CONFIG_SANDBOX
tkey;
#endif
/* restrict labels to boot (separated by space) */
#ifdef CONFIG_QEMU
labels = "virtio";