Skip to content

Commit

Permalink
QemuHCK: Do not remove TPM state after stopping
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiko Odaki <[email protected]>
  • Loading branch information
akihikodaki committed Nov 21, 2023
1 parent 17b92dc commit 81cb7e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/setupmanagers/qemuhck/devices/tpm-tis.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
"pre_start_commands": [
"rm -f @tpm_socket@",
"swtpm socket --daemon --tpm2 --tpmstate dir=@tpm_state_dir@ --ctrl type=unixio,path=@tpm_socket@ --log file=@tpm_state_dir@/swtpm.log,level=20"
],
"post_stop_commands": [
"rm -rf @tpm_state_dir@"
]
}

0 comments on commit 81cb7e0

Please sign in to comment.