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

No Secure Boot support #28

Open
tulilirockz opened this issue Dec 23, 2024 · 2 comments
Open

No Secure Boot support #28

tulilirockz opened this issue Dec 23, 2024 · 2 comments

Comments

@tulilirockz
Copy link
Member

We don't have secure boot either on the ISO or the running system, would be nice to figure that out.

@tulilirockz
Copy link
Member Author

Needs to be implemented in main

@tulilirockz tulilirockz transferred this issue from centos-workstation/achillobator Dec 25, 2024
@tulilirockz
Copy link
Member Author

Universal Blue implements this through a layer called kernel-cache. They seem to:

  • generate openssl certificates for the private keys
  • install them into /etc/pki/kernel/{public,private}
  • sbsign the kernel image and kernel modules (and sbverify them too)
  • then rebuild the kernel RPMs with the modifications they made.

We can make this into like a COPR RPM instead, but I feel like the container-based approach is better for this considering we can use GitHub secrets for the official ™️ secure boot secrets.

We also need to keep in mind this issue and how it will be implemented in ublue-os. ublue-os/main#691

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