From c602e69b18f746b714864d906831f5391bf62e42 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 9 Dec 2023 14:24:58 -0500 Subject: verify signature at runtime not gentime --- tpm2_install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tpm2_install') 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" -- cgit v1.2.3-freya