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

Support non-EFI devices #87

Open
tsunghanliu opened this issue Aug 7, 2020 · 0 comments
Open

Support non-EFI devices #87

tsunghanliu opened this issue Aug 7, 2020 · 0 comments

Comments

@tsunghanliu
Copy link

Currently secboot only supports EFI-based secure boot. But, there are other implementations, for instance, signed u-boot with signed FIT image. I wonder if it's possible to decouple EFI from secboot to support such devices.

I haven't yet read all the related codes, and just have some initial thoughts about the implementation/modification:

  • how to verify secure boot is enabled for non-EFI systems
  • allow to skip the check of secure boot (maybe depend on the grade?)
  • implement other policy/stub profile generation for different boot-loader

Any thoughts?

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

No branches or pull requests

1 participant