diff --git a/utility/tpmc.c b/utility/tpmc.c index d664ffbe3c..86db829ab1 100644 --- a/utility/tpmc.c +++ b/utility/tpmc.c @@ -60,6 +60,7 @@ command_record command_table[] = { HandlerActivate }, { "deactivate", "deact", "deactivate the TPM (needs PP, maybe reboot)", HandlerDeactivate }, + { "clear", "clr", "clear the TPM owner (needs PP)", TlclForceClear }, }; static int n_commands = sizeof(command_table) / sizeof(command_table[0]);