1iml2text(8) System Manager's Manual iml2text(8)
2
3
4
5 Platform Trust Services(PTS) - iml2text
6
8 iml2text - Integrity Measurement Log (IML) dump command
9
11 iml2text [OPTION]
12
13
15 The iml2text utility is a filter which displays the Integrity
16 Measurement Log (IML) in text format.
17
18
19
21 -i filename
22 Set binary eventlog file.
23
24
25 -p pcr_index
26 Select pcr index [0:23]
27
28
29 -I mode
30 Select IMA's log format (32:Kernel 2.6.32)
31
32
33 -z Set the SRK secret to all zeros (20 bytes of zeros)
34
35
36 -V Verify
37
38
39 -D DRTM
40
41
42 -E Enable endian conversion (BE->LE or LE->BE)
43
44
45 -P Show pcrs calculated from the IML
46
47
48 -h Help message
49
50
52 The iml2text access the system IML via TSS. Thus the TSS must
53 be configured to access the IMLs.
54
55 Example /etc/tcsd.conf:
56 firmware_log_file = /sys/kernel/security/tpm0/binary_bios_measurements
57 firmware_pcrs = 0,1,2,3,4,5,6,7,8
58 kernel_log_file = /sys/kernel/security/ima/binary_runtime_measurements
59 kernel_pcrs = 10
60
61
62
64 ptsc(8),tcsd.conf(5),
65
67 Seiji Munetoh
68
70 Report bugs to <openpts-users@lists.sourceforge.jp>
71
72
73
74Platform Trust Services(PTS) 2012-01-04 iml2text(8)