| Index: utility/tpmc.c
|
| diff --git a/utility/tpmc.c b/utility/tpmc.c
|
| index d664ffbe3c54833b05092b5b98fafb9789c5f0b9..86db829ab17793e8fe061bbfd87e41c6f65eae0d 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]);
|
|
|