Skip to content

Commit 8d96d84

Browse files
committed
Changed default TPM address to match standards
Signed-off-by: Garrett Fields <ghfields@gmail.com>
1 parent baa643f commit 8d96d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/tpm2_autounlock/tpm2_autounlock.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Default variables
44
# If password is stored in "defaultpassword" field, ensure the security of the file.
55
defaultpassword=""
6-
defaulttpmindex="0x1500016"
6+
defaulttpmindex="0x1800016"
77
defaulttpmpcrs="sha256:0,1,2,3,8,9"
88

99
helpmsg() {
@@ -18,7 +18,7 @@ helpmsg() {
1818
echo "Not selecting any of the above will initialize the TPM for autounlock"
1919
echo ""
2020
echo "Options to override defaults:"
21-
echo "-i or --index TPM NVRAM index (default: 0x1500016)"
21+
echo "-i or --index TPM NVRAM index (default: 0x1800016)"
2222
echo "-p or --password Drive unlock password (default: <none provided>)"
2323
echo "-P or --pcrs PCRS evaluated at unlock (default: sha256:0,1,2,3)"
2424
echo "-r or --rootfs Rootfs being processed (default: current booted rootfs)"

0 commit comments

Comments
 (0)