-
Notifications
You must be signed in to change notification settings - Fork 56
Add note about canonical order of UKI components #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,6 +47,10 @@ header to 0x0A (i.e. `IMAGE_SUBSYSTEM_EFI_APPLICATION`). | |
| ## UKI Components | ||
| UKIs consist of the following resources: | ||
|
|
||
| <!-- | ||
| NOTE: these components are in canonical for predictable PCR measurements. | ||
| Please add any new components at the bottom of the list and NEVER reorder anything in this list. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually I think pcrsig and pcrpkey are the exception to this? IE, new things should be added before .pcrsig, but these two are never used for measurements
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is not true.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Before the pub key one then? I haven't checked |
||
| --> | ||
| * An UEFI boot stub that forms the initial program. | ||
| It contains various PE sections normally required for a program, | ||
| including `.text`, `.reloc`, `.data`, and others. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.