From c870fb814fbe7a697bddd5eb933c6c4658aa33f1 Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Sun, 21 Jun 2020 21:45:00 +0200 Subject: [PATCH] fixing typo --- passphrase-from-tpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passphrase-from-tpm.sh b/passphrase-from-tpm.sh index 1fec532..b0704dd 100755 --- a/passphrase-from-tpm.sh +++ b/passphrase-from-tpm.sh @@ -2,7 +2,7 @@ set -e echo "Unlocking via TPM" >&2 export TPM2TOOLS_TCTI="device:/dev/tpm0" -/usr/bin/tpm2_unseal -c 0x81000000 -L sha256:0,1,4,5,7 +/usr/bin/tpm2_unseal -c 0x81000000 -p pcr:sha256:0,1,4,5,7 if [ $? -eq 0 ]; then exit fi