summaryrefslogtreecommitdiff
path: root/debian/shim-signed.install
AgeCommit message (Collapse)Author
2026-05-17Move shim signature checks to preinstSteve McIntyre
It's safer to do it here before a new shim is installed. As we don't have any files installed at this point, we can't look up knowwn signatures from a file. Instead, we now substitute the signature fingerprints directly into shim-signed.preinst at package build time. Put the postinst back to where it was before the signature checks were added.
2026-05-14Grab the sha1 fingerprint of each used cert as we match themSteve McIntyre
Later, install that data alongside the shim binaries in the package. We can then use this data to check that we can boot the signed shim we're installing.
2019-05-27Separate the helper scripts into a new shim-signed-common packageSteve McIntyre
Separate this from the actual signed shim binaries so that we can sensibly support co-installability using Multi-Arch. Closes: #928486
2019-04-22Install the correct binary for this archSteve McIntyre
2019-03-06Import Debian version 1.28debian/1.28Steve Langasek
shim-signed (1.28) unstable; urgency=medium * Initial Debian upload, based on Ubuntu package.