Branch: refs/heads/master
Home:
https://github.com/intel/tpm2-tools
Commit: 4b9ef1d843128fb34b6e4ccfe16dea7303230672
https://github.com/intel/tpm2-tools/commit/4b9ef1d843128fb34b6e4ccfe16dea...
Author: Emmanuel <logout(a)free.fr>
Date: 2017-12-22 (Fri, 22 Dec 2017)
Changed paths:
M Makefile.am
A man/tpm2_clearlock.1.md
A test/system/tests/clearlock.sh
A tools/tpm2_clearlock.c
Log Message:
-----------
tpm2_clearlock: add tool
The tpm2_clearlock tools is used to authorize/forbid the use of
tpm2_clear. It used TPM2_ClearControl() to set or clear disableClear
(when disableClear is set it's not possible to call TPM2_Clear()).
One can check for the status of disableClear using the tpm2_getcap tool.
The clearlock.sh test check for the behavior of this newly added tool.
Fixes: #710
Signed-off-by: Emmanuel Deloget <logout(a)free.fr>