mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-10-04 16:05:00 +00:00
Tweak the UUID handling to be clearer
This commit is contained in:
parent
d6a5a165a3
commit
3cf4042d82
6
debian/generate_dbx_list
vendored
6
debian/generate_dbx_list
vendored
@ -16,9 +16,11 @@ ARCH=$1
|
||||
IN=$2
|
||||
OUT=$3
|
||||
|
||||
DEBIAN_UUID="fa31923d-6047-40bf-81d0-e63edefcf194"
|
||||
|
||||
# This needs to be fixed to make builds reproducible, of course. If
|
||||
# you're deriving from Debian, please generate your own.
|
||||
DEBIAN_UUID="fa31923d-6047-40bf-81d0-e63edefcf194"
|
||||
UUID="$DEBIAN_UUID"
|
||||
|
||||
rm -f $OUT
|
||||
if [ -x /usr/bin/efisiglist ] ; then
|
||||
@ -36,7 +38,7 @@ else
|
||||
for HASH in $(grep -E "[[:xdigit:]]{32} $ARCH" < $IN | \
|
||||
awk '{print $1}' | sort | uniq); do
|
||||
echo " Adding $HASH to dbx list"
|
||||
efisecdb -g "$DEBIAN_UUID" -a -t sha256 -h $HASH $INTMP -o $OUT
|
||||
efisecdb -g "$UUID" -a -t sha256 -h $HASH $INTMP -o $OUT
|
||||
|
||||
# Subsequent passes need to read the previous output as input
|
||||
# each time, and won't overwrite the output.
|
||||
|
Loading…
Reference in New Issue
Block a user