-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: Add notification for secure boot key check #1661
Conversation
4f3bbac
to
e826c08
Compare
e826c08
to
b1b9d18
Compare
- Add script to check for sb enabled and key registration - Add script for notification - Add systemd service to run script and notify
b1b9d18
to
62e779b
Compare
@jardon a comment I make to most contributors... once you start getting feedback on PRs, please don't force push. Doing so erases history of comments and their relevance which makes it harder to track the history of change. We squash merge most/all PRs in the ublue-os repos, so cleaning up commits is not a concern. Thanks! |
Ok we good on this one? Last call! |
i'm actively testing, but i don't think this service works as expected. |
system_files/shared/usr/lib/systemd/system/sb-key-notify.service
Outdated
Show resolved
Hide resolved
If anyone wants to test this in a secure boot enabled environment, rebase onto |
Thank you for sticking with this PR! But also, thanks for going the extra mile and giving us a rebasable image for testing; that's excellent! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated the test image |
@jardon any idea why this link is duplicated? |
upstream bug found here: charmbracelet/glamour#347 i could make it a non-plain link but it still prints out the link so it would look more like |
No worries, sounds like something which will eventually get fixed upstream. Still good with me. @castrojo @KyleGospo I'm good with approval/merge on this now. |
Closes #1651