Support systemd-boot random seed #129
Labels
No labels
bug
dependency
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
review-next
security
stub
tool
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: raito/lanzaboote#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks for your work on this amazing project.
I've just successfully setup lanzaboote and enabled random seed using
bootctl
. After a reboot i noticed that random seed exists but isn't passed to the OS.Relates to #126 because it requires writing a "system secret" into the efivars.
Is there documentation on how the random seed is supposed to work?
There is this article that explains it fairly well.
Edit: This
0be72218f1
describes the current implementation.