diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-08-19 11:26:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-08 16:34:27 +0200 |
commit | 7c46b19718b990e9fa188faccb6f8b69529d5936 (patch) | |
tree | 23ee63326a8e5518ab5ac3c264b1b35649db4867 /test/TEST-70-TPM2 | |
parent | cryptsetup: hook up TPM2 token code with policies based on PCR signatures, too (diff) | |
download | systemd-7c46b19718b990e9fa188faccb6f8b69529d5936.tar.xz systemd-7c46b19718b990e9fa188faccb6f8b69529d5936.zip |
TEST-70-TPM2: add test for new signed TPM2 PCR policies
Diffstat (limited to 'test/TEST-70-TPM2')
-rwxr-xr-x | test/TEST-70-TPM2/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-70-TPM2/test.sh b/test/TEST-70-TPM2/test.sh index 90197a71b9..7c19821ad2 100755 --- a/test/TEST-70-TPM2/test.sh +++ b/test/TEST-70-TPM2/test.sh @@ -20,6 +20,7 @@ test_append_files() { install_dmevent generate_module_dependencies inst_binary tpm2_pcrextend + inst_binary openssl } TEST_70_TPM_DEVICE="tpm-tis" |