tpm2_setcommandauditstatus.1 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. .\" Automatically generated by Pandoc 1.19.2.4
  2. .\"
  3. .TH "tpm2_setcommandauditstatus" "1" "" "tpm2\-tools" "General Commands Manual"
  4. .hy
  5. .SH NAME
  6. .PP
  7. \f[B]tpm2_setcommandauditstatus\f[](1) \- Add or remove TPM2 commands to
  8. the audited commands list.
  9. .SH SYNOPSIS
  10. .PP
  11. \f[B]tpm2_setcommandauditstatus\f[] [\f[I]OPTIONS\f[]]
  12. [\f[I]ARGUMENT\f[]]
  13. .SH DESCRIPTION
  14. .PP
  15. \f[B]tpm2_setcommandauditstatus\f[](1) \- Add or remove TPM2 commands to
  16. the audited commands list.
  17. .PP
  18. As an argument it takes the command as an integer or friendly string
  19. value.
  20. Friendly string to COMMAND CODE mapping can be found in section
  21. \f[I]COMMAND CODE MAPPINGS\f[].
  22. .SH OPTIONS
  23. .IP \[bu] 2
  24. \f[B]\-C\f[], \f[B]\-\-hierarchy\f[]=\f[I]OBJECT\f[]:
  25. .RS 2
  26. Specify either owner or platform hierarchy.
  27. Defaults to \f[B]TPM_RH_OWNER\f[], when no value has been specified.
  28. Supported options are:
  29. .IP \[bu] 2
  30. \f[B]o\f[] for \f[B]TPM_RH_OWNER\f[]
  31. .IP \[bu] 2
  32. \f[B]p\f[] for \f[B]TPM_RH_PLATFORM\f[]
  33. .RE
  34. .IP \[bu] 2
  35. \f[B]\-P\f[], \f[B]\-\-hierarchy\-auth\f[]=\f[I]AUTH\f[]: Specifies the
  36. authorization value for the hierarchy.
  37. Authorization values should follow the "authorization formatting
  38. standards", see section "Authorization Formatting".
  39. .IP \[bu] 2
  40. \f[B]\-c\f[], \f[B]\-\-clear\-list\f[]: Specifies that the TPM command
  41. specified has to be taken off the audit list.
  42. When not specified, the default behaviour is to add the TPM command to
  43. the audit list.
  44. .IP \[bu] 2
  45. \f[B]\-g\f[], \f[B]\-\-hash\-algorithm\f[]=\f[I]ALGORITHM\f[]:
  46. .RS 2
  47. .PP
  48. Sets up the hashing algorithm for the audit digest.
  49. When not specified, the default audit digest algorithm is set to SHA256.
  50. .RE
  51. .IP \[bu] 2
  52. \f[B]ARGUMENT\f[] the command line argument specifies TPM2 command code.
  53. .SS References
  54. .SH COMMON OPTIONS
  55. .PP
  56. This collection of options are common to many programs and provide
  57. information that many users may expect.
  58. .IP \[bu] 2
  59. \f[B]\-h\f[], \f[B]\-\-help=[man|no\-man]\f[]: Display the tools
  60. manpage.
  61. By default, it attempts to invoke the manpager for the tool, however, on
  62. failure will output a short tool summary.
  63. This is the same behavior if the "man" option argument is specified,
  64. however if explicit "man" is requested, the tool will provide errors
  65. from man on stderr.
  66. If the "no\-man" option if specified, or the manpager fails, the short
  67. options will be output to stdout.
  68. .RS 2
  69. .PP
  70. To successfully use the manpages feature requires the manpages to be
  71. installed or on \f[I]MANPATH\f[], See man(1) for more details.
  72. .RE
  73. .IP \[bu] 2
  74. \f[B]\-v\f[], \f[B]\-\-version\f[]: Display version information for this
  75. tool, supported tctis and exit.
  76. .IP \[bu] 2
  77. \f[B]\-V\f[], \f[B]\-\-verbose\f[]: Increase the information that the
  78. tool prints to the console during its execution.
  79. When using this option the file and line number are printed.
  80. .IP \[bu] 2
  81. \f[B]\-Q\f[], \f[B]\-\-quiet\f[]: Silence normal tool output to stdout.
  82. .IP \[bu] 2
  83. \f[B]\-Z\f[], \f[B]\-\-enable\-errata\f[]: Enable the application of
  84. errata fixups.
  85. Useful if an errata fixup needs to be applied to commands sent to the
  86. TPM.
  87. Defining the environment TPM2TOOLS_ENABLE_ERRATA is equivalent.
  88. information many users may expect.
  89. .SH TCTI Configuration
  90. .PP
  91. The TCTI or "Transmission Interface" is the communication mechanism with
  92. the TPM.
  93. TCTIs can be changed for communication with TPMs across different
  94. mediums.
  95. .PP
  96. To control the TCTI, the tools respect:
  97. .IP "1." 3
  98. The command line option \f[B]\-T\f[] or \f[B]\-\-tcti\f[]
  99. .IP "2." 3
  100. The environment variable: \f[I]TPM2TOOLS_TCTI\f[].
  101. .PP
  102. \f[B]Note:\f[] The command line option always overrides the environment
  103. variable.
  104. .PP
  105. The current known TCTIs are:
  106. .IP \[bu] 2
  107. tabrmd \- The resource manager, called
  108. tabrmd (https://github.com/tpm2-software/tpm2-abrmd).
  109. Note that tabrmd and abrmd as a tcti name are synonymous.
  110. .IP \[bu] 2
  111. mssim \- Typically used for communicating to the TPM software simulator.
  112. .IP \[bu] 2
  113. device \- Used when talking directly to a TPM device file.
  114. .IP \[bu] 2
  115. none \- Do not initalize a connection with the TPM.
  116. Some tools allow for off\-tpm options and thus support not using a TCTI.
  117. Tools that do not support it will error when attempted to be used
  118. without a TCTI connection.
  119. Does not support \f[I]ANY\f[] options and \f[I]MUST BE\f[] presented as
  120. the exact text of "none".
  121. .PP
  122. The arguments to either the command line option or the environment
  123. variable are in the form:
  124. .PP
  125. \f[C]<tcti\-name>:<tcti\-option\-config>\f[]
  126. .PP
  127. Specifying an empty string for either the \f[C]<tcti\-name>\f[] or
  128. \f[C]<tcti\-option\-config>\f[] results in the default being used for
  129. that portion respectively.
  130. .SS TCTI Defaults
  131. .PP
  132. When a TCTI is not specified, the default TCTI is searched for using
  133. \f[I]dlopen(3)\f[] semantics.
  134. The tools will search for \f[I]tabrmd\f[], \f[I]device\f[] and
  135. \f[I]mssim\f[] TCTIs \f[B]IN THAT ORDER\f[] and \f[B]USE THE FIRST ONE
  136. FOUND\f[].
  137. You can query what TCTI will be chosen as the default by using the
  138. \f[B]\-v\f[] option to print the version information.
  139. The "default\-tcti" key\-value pair will indicate which of the
  140. aforementioned TCTIs is the default.
  141. .SS Custom TCTIs
  142. .PP
  143. Any TCTI that implements the dynamic TCTI interface can be loaded.
  144. The tools internally use \f[I]dlopen(3)\f[], and the raw
  145. \f[I]tcti\-name\f[] value is used for the lookup.
  146. Thus, this could be a path to the shared library, or a library name as
  147. understood by \f[I]dlopen(3)\f[] semantics.
  148. .SH TCTI OPTIONS
  149. .PP
  150. This collection of options are used to configure the various known TCTI
  151. modules available:
  152. .IP \[bu] 2
  153. \f[B]device\f[]: For the device TCTI, the TPM character device file for
  154. use by the device TCTI can be specified.
  155. The default is \f[I]/dev/tpm0\f[].
  156. .RS 2
  157. .PP
  158. Example: \f[B]\-T device:/dev/tpm0\f[] or \f[B]export
  159. \f[I]TPM2TOOLS_TCTI\f[]="device:/dev/tpm0"\f[]
  160. .RE
  161. .IP \[bu] 2
  162. \f[B]mssim\f[]: For the mssim TCTI, the domain name or IP address and
  163. port number used by the simulator can be specified.
  164. The default are 127.0.0.1 and 2321.
  165. .RS 2
  166. .PP
  167. Example: \f[B]\-T mssim:host=localhost,port=2321\f[] or \f[B]export
  168. \f[I]TPM2TOOLS_TCTI\f[]="mssim:host=localhost,port=2321"\f[]
  169. .RE
  170. .IP \[bu] 2
  171. \f[B]abrmd\f[]: For the abrmd TCTI, the configuration string format is a
  172. series of simple key value pairs separated by a \[aq],\[aq] character.
  173. Each key and value string are separated by a \[aq]=\[aq] character.
  174. .RS 2
  175. .IP \[bu] 2
  176. TCTI abrmd supports two keys:
  177. .RS 2
  178. .IP "1." 3
  179. \[aq]bus_name\[aq] : The name of the tabrmd service on the bus (a
  180. string).
  181. .IP "2." 3
  182. \[aq]bus_type\[aq] : The type of the dbus instance (a string) limited to
  183. \[aq]session\[aq] and \[aq]system\[aq].
  184. .RE
  185. .PP
  186. Specify the tabrmd tcti name and a config string of
  187. \f[C]bus_name=com.example.FooBar\f[]:
  188. .PP
  189. \f[C]\\\-\-tcti=tabrmd:bus_name=com.example.FooBar\f[]
  190. .PP
  191. Specify the default (abrmd) tcti and a config string of
  192. \f[C]bus_type=session\f[]:
  193. .PP
  194. \f[C]\\\-\-tcti:bus_type=session\f[]
  195. .PP
  196. \f[B]NOTE\f[]: abrmd and tabrmd are synonymous.
  197. the various known TCTI modules.
  198. .RE
  199. .PP
  200. hash algorithm options (common/hash.md) collection of options to specify
  201. hash algorithm.
  202. .SH COMMAND CODE MAPPINGS
  203. .PP
  204. The friendly strings below can be used en lieu of the raw integer
  205. values.
  206. .PP
  207. \-TPM2_CC_AC_GetCapability: 0x194 \-TPM2_CC_AC_Send: 0x195
  208. \-TPM2_CC_ActivateCredential: 0x147 \-TPM2_CC_Certify: 0x148
  209. \-TPM2_CC_CertifyCreation: 0x14a \-TPM2_CC_ChangeEPS: 0x124
  210. \-TPM2_CC_ChangePPS: 0x125 \-TPM2_CC_Clear: 0x126
  211. \-TPM2_CC_ClearControl: 0x127 \-TPM2_CC_ClockRateAdjust: 0x130
  212. \-TPM2_CC_ClockSet: 0x128 \-TPM2_CC_Commit: 0x18b \-TPM2_CC_ContextLoad:
  213. 0x161 \-TPM2_CC_ContextSave: 0x162 \-TPM2_CC_Create: 0x153
  214. \-TPM2_CC_CreateLoaded: 0x191 \-TPM2_CC_CreatePrimary: 0x131
  215. \-TPM2_CC_DictionaryAttackLockReset: 0x139
  216. \-TPM2_CC_DictionaryAttackParameters: 0x13a \-TPM2_CC_Duplicate: 0x14b
  217. \-TPM2_CC_ECC_Parameters: 0x178 \-TPM2_CC_ECDH_KeyGen: 0x163
  218. \-TPM2_CC_ECDH_ZGen: 0x154 \-TPM2_CC_EC_Ephemeral: 0x18e
  219. \-TPM2_CC_EncryptDecrypt: 0x164 \-TPM2_CC_EncryptDecrypt2: 0x193
  220. \-TPM2_CC_EventSequenceComplete: 0x185 \-TPM2_CC_EvictControl: 0x120
  221. \-TPM2_CC_FieldUpgradeData: 0x141 \-TPM2_CC_FieldUpgradeStart: 0x12f
  222. \-TPM2_CC_FirmwareRead: 0x179 \-TPM2_CC_FlushContext: 0x165
  223. \-TPM2_CC_GetCapability: 0x17a \-TPM2_CC_GetCommandAuditDigest: 0x133
  224. \-TPM2_CC_GetRandom: 0x17b \-TPM2_CC_GetSessionAuditDigest: 0x14d
  225. \-TPM2_CC_GetTestResult: 0x17c \-TPM2_CC_GetTime: 0x14c \-TPM2_CC_Hash:
  226. 0x17d \-TPM2_CC_HashSequenceStart: 0x186 \-TPM2_CC_HierarchyChangeAuth:
  227. 0x129 \-TPM2_CC_HierarchyControl: 0x121 \-TPM2_CC_HMAC: 0x155
  228. \-TPM2_CC_HMAC_Start: 0x15b \-TPM2_CC_Import: 0x156
  229. \-TPM2_CC_IncrementalSelfTest: 0x142 \-TPM2_CC_Load: 0x157
  230. \-TPM2_CC_LoadExternal: 0x167 \-TPM2_CC_MakeCredential: 0x168
  231. \-TPM2_CC_NV_Certify: 0x184 \-TPM2_CC_NV_ChangeAuth: 0x13b
  232. \-TPM2_CC_NV_DefineSpace: 0x12a \-TPM2_CC_NV_Extend: 0x136
  233. \-TPM2_CC_NV_GlobalWriteLock: 0x132 \-TPM2_CC_NV_Increment: 0x134
  234. \-TPM2_CC_NV_Read: 0x14e \-TPM2_CC_NV_ReadLock: 0x14f
  235. \-TPM2_CC_NV_ReadPublic: 0x169 \-TPM2_CC_NV_SetBits: 0x135
  236. \-TPM2_CC_NV_UndefineSpace: 0x122 \-TPM2_CC_NV_UndefineSpaceSpecial:
  237. 0x11f \-TPM2_CC_NV_Write: 0x137 \-TPM2_CC_NV_WriteLock: 0x138
  238. \-TPM2_CC_ObjectChangeAuth: 0x150 \-TPM2_CC_PCR_Allocate: 0x12b
  239. \-TPM2_CC_PCR_Event: 0x13c \-TPM2_CC_PCR_Extend: 0x182
  240. \-TPM2_CC_PCR_Read: 0x17e \-TPM2_CC_PCR_Reset: 0x13d
  241. \-TPM2_CC_PCR_SetAuthPolicy: 0x12c \-TPM2_CC_PCR_SetAuthValue: 0x183
  242. \-TPM2_CC_Policy_AC_SendSelect: 0x196 \-TPM2_CC_PolicyAuthorize: 0x16a
  243. \-TPM2_CC_PolicyAuthorizeNV: 0x192 \-TPM2_CC_PolicyAuthValue: 0x16b
  244. \-TPM2_CC_PolicyCommandCode: 0x16c \-TPM2_CC_PolicyCounterTimer: 0x16d
  245. \-TPM2_CC_PolicyCpHash: 0x16e \-TPM2_CC_PolicyDuplicationSelect: 0x188
  246. \-TPM2_CC_PolicyGetDigest: 0x189 \-TPM2_CC_PolicyLocality: 0x16f
  247. \-TPM2_CC_PolicyNameHash: 0x170 \-TPM2_CC_PolicyNV: 0x149
  248. \-TPM2_CC_PolicyNvWritten: 0x18f \-TPM2_CC_PolicyOR: 0x171
  249. \-TPM2_CC_PolicyPassword: 0x18c \-TPM2_CC_PolicyPCR: 0x17f
  250. \-TPM2_CC_PolicyPhysicalPresence: 0x187 \-TPM2_CC_PolicyRestart: 0x180
  251. \-TPM2_CC_PolicySecret: 0x151 \-TPM2_CC_PolicySigned: 0x160
  252. \-TPM2_CC_PolicyTemplate: 0x190 \-TPM2_CC_PolicyTicket: 0x172
  253. \-TPM2_CC_PP_Commands: 0x12d \-TPM2_CC_Quote: 0x158 \-TPM2_CC_ReadClock:
  254. 0x181 \-TPM2_CC_ReadPublic: 0x173 \-TPM2_CC_Rewrap: 0x152
  255. \-TPM2_CC_RSA_Decrypt: 0x159 \-TPM2_CC_RSA_Encrypt: 0x174
  256. \-TPM2_CC_SelfTest: 0x143 \-TPM2_CC_SequenceComplete: 0x13e
  257. \-TPM2_CC_SequenceUpdate: 0x15c \-TPM2_CC_SetAlgorithmSet: 0x13f
  258. \-TPM2_CC_SetCommandCodeAuditStatus: 0x140 \-TPM2_CC_SetPrimaryPolicy:
  259. 0x12e \-TPM2_CC_Shutdown: 0x145 \-TPM2_CC_Sign: 0x15d
  260. \-TPM2_CC_StartAuthSession: 0x176 \-TPM2_CC_Startup: 0x144
  261. \-TPM2_CC_StirRandom: 0x146 \-TPM2_CC_TestParms: 0x18a \-TPM2_CC_Unseal:
  262. 0x15e \-TPM2_CC_Vendor_TCG_Test: 0x20000000 \-TPM2_CC_VerifySignature:
  263. 0x177 \-TPM2_CC_ZGen_2Phase: 0x18d
  264. .SH EXAMPLES
  265. .PP
  266. Add TPM2_CC_Unseal to the list of audited commands.
  267. .IP
  268. .nf
  269. \f[C]
  270. tpm2_setcommandauditstatus\ TPM2_CC_Unseal
  271. \f[]
  272. .fi
  273. .SH Returns
  274. .PP
  275. Tools can return any of the following codes:
  276. .IP \[bu] 2
  277. 0 \- Success.
  278. .IP \[bu] 2
  279. 1 \- General non\-specific error.
  280. .IP \[bu] 2
  281. 2 \- Options handling error.
  282. .IP \[bu] 2
  283. 3 \- Authentication error.
  284. .IP \[bu] 2
  285. 4 \- TCTI related error.
  286. .IP \[bu] 2
  287. 5 \- Non supported scheme.
  288. Applicable to tpm2_testparams.
  289. .SH Limitations
  290. .PP
  291. It expects a session to be already established via
  292. \f[B]tpm2_startauthsession\f[](1) and requires one of the following:
  293. .IP \[bu] 2
  294. direct device access
  295. .IP \[bu] 2
  296. extended session support with \f[B]tpm2\-abrmd\f[].
  297. .PP
  298. Without it, most resource managers \f[B]will not\f[] save session state
  299. between command invocations.
  300. .SH BUGS
  301. .PP
  302. Github Issues (https://github.com/tpm2-software/tpm2-tools/issues)
  303. .SH HELP
  304. .PP
  305. See the Mailing List (https://lists.01.org/mailman/listinfo/tpm2)