-
Notifications
You must be signed in to change notification settings - Fork 86
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
sbctl sign-all does not sign all efi binaries #299
Comments
Please describe what you are expecting |
I would expect
|
|
Hmm confusing, OK, let's then make this a feature request. Wouldn't it be nice if there was an sbctl option that signs all files that need signing, just like my efisign function? |
There is no way for us to know nor infer that. If the system follows BLS then we can figure out the current bootchain, and maybe inspect the efivariables for other boot loaders. But that is probably not going to cover all of it, and it won't be possible on arbitrary bootloaders. |
@hboetes You must enroll the files first in the database of sbctl. You could close the issue, as this is user error. |
OK, so how would I enroll all those files? I can find how I remove enrolled files, but not how to add them. |
|
Hi there,
the
sbctl sign-all
command does not sign all files as I would expect. As a workaround, I added the following function to my shellrc:The text was updated successfully, but these errors were encountered: