]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Add an empty list of hashes for the Ubuntu build
authorSteve McIntyre <93sam@debian.org>
Tue, 7 May 2019 10:05:48 +0000 (11:05 +0100)
committerSteve McIntyre <93sam@debian.org>
Tue, 7 May 2019 10:05:48 +0000 (11:05 +0100)
so they'll get an empty dbs list rather than breaking the build

debian/ubuntu-dbx.hashes [new file with mode: 0644]

diff --git a/debian/ubuntu-dbx.hashes b/debian/ubuntu-dbx.hashes
new file mode 100644 (file)
index 0000000..b33fc10
--- /dev/null
@@ -0,0 +1,17 @@
+# ubuntu-dbx.hashes
+#
+# This file contains the sha256 sums of the binaries that we want to
+# blacklist directly in our signed shim. Add entries below, with comments
+# to explain each entry (where possible).
+#
+# Format of this file: put hex-encoded sha256 checksums on lines on
+# their own. I'm using shell-style comments just for clarity.
+#
+# The hashes are generated using:
+#
+#     pesign --hash -in <binary>
+#
+# on *either* the signed or unsigned binary, pesign doesn't care
+# which.
+
+# ... This file intentionally left blank for now ...