1LCP_READPOL(8) User Manuals LCP_READPOL(8)
2
3
4
6 lcp_readpol - read the contents of an LCP policy index
7
9 lcp_readpol -i index-value [-f policy-file] [-s size] [-p passwd] [-h]
10
12 lcp_readpol is used to read the contents of an LCP policy index. Any
13 index can be specified but the output will be parsed as if it contained
14 a policy.
15
17 -i index-value
18 Designate the index for reading. Index can be UINT32 or string.
19 3 strings are supported for the reserved LCP indices. Strings
20 and default index values for each string are:
21
22 default
23 0x50000001(INDEX_LCP_DEF)
24
25 owner 0x40000001(INDEX_LCP_OWN)
26
27 aux 0x50000002(INDEX_LCP_AUX)
28
29 -f policy-file
30 File name to write the policy data to. If no file name is speciā
31 fied then the contents will be displayed.
32
33 -s size
34 Value size to read from NV store. If no size inputted, read by
35 length as this index defined.
36
37 -p password
38 The TPM owner password
39
40 -h Print out the help message
41
43 lcp_readpol -i default -f policy-file
44
45 lcp_readpol -i 0x00011101 -s 10
46
47 lcp_readpol -i 0x00011101 -f policy-file -p 123456
48
50 lcp_writepol(8), lcp_crtpol(8).
51
52
53
54tboot 2011-12-31 LCP_READPOL(8)