]> git.proxmox.com Git - efi-boot-shim.git/commit
Generate a vendor dbx file at build time
authorSteve McIntyre <93sam@debian.org>
Sat, 4 May 2019 17:52:08 +0000 (18:52 +0100)
committerSteve McIntyre <93sam@debian.org>
Sat, 4 May 2019 17:56:30 +0000 (18:56 +0100)
commit6cf246a5c9bb035467fafedfd18408bc4ae78f6c
tree2e26ccc15a35390eeb40a9e40582b92e2faeda2c
parente17b0af4664eff964d36090143fd6f91e07416c5
Generate a vendor dbx file at build time

This allow us to block executing binaries with specific
checksums. Generate the dbx list at runtime from a simple list of
sha256 hashes, so we can update this easily. If we need to also
blacklist a cert later, we'll need to update this code to add that
option too.

Add a build-dep on pesign to get the needed efisiglist program.
debian/control
debian/rules