[tpm2] Re: Clearing TPM
Roberts, William C <william.c.roberts at intel.com> Fri, 30 Sep 2022 19:48:52 +0000
| Newsgroups | dev.linux.lists.tpm2 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2022-09-30 at 17:20 +0000, Roberts, William C wrote: > On Fri, 2022-09-30 at 16:26 +0000, burnsds.accounts(a)protonmail.com > wrote: > > I am working a Linux IoT integration with TPM 2.0 and want to write > > a > > provisioning script for ensuring the TPM is setup consistently on > > the > > device. The script uses tpm2_clear and tpm2_changeauth. Some of > > my > > devices show the following error message when calling tpm2_clear: > > > > dhub(a)dhub336:~$ sudo tpm2_clear > > [sudo] password for dhub: > > WARNING:esys:src/tss2-esys/api/Esys_Clear.c:291:Esys_Clear_Finish() > > Received TPM Error > > ERROR:esys:src/tss2-esys/api/Esys_Clear.c:97:Esys_Clear() Esys > > Finish > > ErrorCode (0x00000921) > > ERROR: Esys_Clear(0x921) - tpm:warn(2.0): authorizations for > > objects > > subject to DA protection are not allowed at this time because the > > TPM > > is in DA lockout mode > > ERROR: Unable to run tpm2_clear > > > > This makes me nervous as some of the devices need to be provisioned > > in the field. Why is the DA lockout preventing me from clearing > > the > > TPM? This is occurring on a NUC10 where the TPM is implemented in > > the PTT. > > Something has gotten auth wrong enough times on a DA protected object > to trigger DA lockout. Why, I can't tell you. You'd have to > investigate > the reason it got into that state. tpm2_dictionarylockout -c will > clear > it and requires owner or lockout password. It was brought to my attention that it requires lockout or platform auth not owner auth. I always get that wrong too. :-p > > > Thanks, > > Dan Burns > > _______________________________________________ > > tpm2 mailing list -- tpm2(a)lists.01.org > > To unsubscribe send an email to tpm2-leave(a)lists.01.org > > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s > _______________________________________________ > tpm2 mailing list -- tpm2(a)lists.01.org > To unsubscribe send an email to tpm2-leave(a)lists.01.org > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s