Merge ~juliank/shim/+git/shim-signed:alternatives into ~ubuntu-core-dev/shim/+git/shim-signed:master
Proposed by
Julian Andres Klode
Status: | Needs review | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Proposed branch: | ~juliank/shim/+git/shim-signed:alternatives | ||||||||||||
Merge into: | ~ubuntu-core-dev/shim/+git/shim-signed:master | ||||||||||||
Diff against target: |
336 lines (+190/-9) 12 files modified
Makefile (+7/-3) debian/changelog (+18/-0) debian/control (+2/-2) debian/kernel-postinst.d/zz-shim (+6/-0) debian/shim-signed.install (+4/-1) debian/shim-signed.postinst (+91/-3) debian/shim-signed.triggers (+1/-0) debian/tests/control (+3/-0) debian/tests/test-is-not-revoked (+6/-0) external-shimaa64.efi.previous (+1/-0) external-shimx64.efi.previous (+1/-0) is-not-revoked (+50/-0) |
||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Steve Langasek | Approve | ||
Ubuntu Stable Release Updates Team | Pending | ||
Review via email: mp+436050@code.staging.launchpad.net |
Description of the change
A way to ease the pain of key rotation using alternatives
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
on_secure_boot and most of have_non_ revoked_ kernel are copied from grub-check- signatures (which would fail postinst with a debconf dialog, which is not actually meaningful as the files are unpacked and would be used). We should evaluate unifying things in the future, but this avoids both tying in a grub2 SRU (there is one in progress already) and our is-not-revoked helper can be used for build-time testing.