diff options
author | Freya Murphy <freya@freyacat.org> | 2023-12-09 14:24:58 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-12-09 14:24:58 -0500 |
commit | c602e69b18f746b714864d906831f5391bf62e42 (patch) | |
tree | 5a67914d6de77bb30cebbc3465f02af8ab339507 /tpm2_install | |
parent | initial (diff) | |
download | luks-tpm-c602e69b18f746b714864d906831f5391bf62e42.tar.gz luks-tpm-c602e69b18f746b714864d906831f5391bf62e42.tar.bz2 luks-tpm-c602e69b18f746b714864d906831f5391bf62e42.zip |
verify signature at runtime not gentime
Diffstat (limited to 'tpm2_install')
-rwxr-xr-x | tpm2_install | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tpm2_install b/tpm2_install index 5657823..6f79207 100755 --- a/tpm2_install +++ b/tpm2_install @@ -10,12 +10,16 @@ build() { add_binary "/usr/bin/tpm2_flushcontext" add_binary "/usr/bin/tpm2_startauthsession" add_binary "/usr/bin/tpm2_load" + add_binary "/usr/bin/tpm2_loadexternal" + add_binary "/usr/bin/tpm2_verifysignature" add_binary "/usr/lib/libtss2-tcti-device.so.0" add_file "/etc/tpm2/policy" add_file "/etc/tpm2/rsaname" - add_file "/etc/tpm2/verification" + add_file "/etc/tpm2/rsactx" + add_file "/etc/tpm2/rsapub" + add_file "/etc/tpm2/rsasig" add_file "/etc/tpm2/pcr" add_file "/etc/tpm2/keyloc" |