mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-14 14:36:51 +00:00
testing tpm restart
This commit is contained in:
parent
9100206cc3
commit
1a8e65b5f5
@ -67,9 +67,11 @@ popd > /dev/null
|
||||
# a: Clear the TPM PCR registers vi a call to the tss clear
|
||||
# b: Check if a test specific setpcr.sh file exists. If not use the profiles default script
|
||||
pushd /ibmtss/utils/
|
||||
echo "accessing the ibmtss"
|
||||
./pcrreset -ha 16
|
||||
echo "attemping to clear PCRs"
|
||||
echo "restarting the TPM simulator to reset the PCR values"
|
||||
# ./pcrreset -ha 16
|
||||
./shutdown
|
||||
./powerup
|
||||
echo "TPM simulator restarted"
|
||||
popd
|
||||
|
||||
if [[ ! -f $pcrScript ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user