Skip to content
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

Add shim lock protocol #226

Merged
merged 1 commit into from May 23, 2021
Merged

Conversation

nicholasbishop
Copy link
Contributor

This protocol is not part of the UEFI specification, but is installed
by the Shim bootloader which is
commonly used by Linux distributions to support UEFI Secure Boot. Shim
is built with an embedded certificate that is used to validate another
EFI application before running it. That application may itself be a
bootloader that needs to validate another EFI application before
running it, and the shim lock protocol exists to support that.

This protocol is not part of the UEFI specification, but is installed
by the [Shim bootloader](https://github.com/rhboot/shim) which is
commonly used by Linux distributions to support UEFI Secure Boot. Shim
is built with an embedded certificate that is used to validate another
EFI application before running it. That application may itself be a
bootloader that needs to validate another EFI application before
running it, and the shim lock protocol exists to support that.
@GabrielMajeri
Copy link
Collaborator

Thanks for adding support for this protocol.

@GabrielMajeri GabrielMajeri merged commit 9ba6517 into rust-osdev:master May 23, 2021
@nicholasbishop nicholasbishop deleted the bishop-shim branch July 31, 2021 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants