lcp_readpol - Man Page
read the contents of an LCP policy index
Synopsis
lcp_readpol -i index-value [-f policy-file] [-s size] [-p passwd] [-h]
Description
lcp_readpol is used to read the contents of an LCP policy index. Any index can be specified but the output will be parsed as if it contained a policy.
Options
- -i index-value
Designate the index for reading. Index can be UINT32 or string. 3 strings are supported for the reserved LCP indices. Strings and default index values for each string are:
- default
0x50000001(INDEX_LCP_DEF)
- owner
0x40000001(INDEX_LCP_OWN)
- aux
0x50000002(INDEX_LCP_AUX)
- -f policy-file
File name to write the policy data to. If no file name is specified then the contents will be displayed.
- -s size
Value size to read from NV store. If no size inputted, read by length as this index defined.
- -p password
The TPM owner password
- -h
Print out the help message
Examples
lcp_readpol -i default -f policy-file
See Also
Referenced By
lcp_crtpol(8), lcp_mlehash(8), lcp_writepol(8).