gcc-6: don't ship info pages
[unleashed-userland.git] / components / trousers / patches / dist_tcsd.conf.in.patch
blobe78ca12b6c96c0b9bac029d395fb9bab246e3e4e
1 --- a/dist/tcsd.conf.in 2010-01-28 08:27:50.000000000 -0800
2 +++ b/dist/tcsd.conf.in 2012-04-12 14:52:21.154590000 -0700
3 @@ -9,10 +9,16 @@
6 # Option: port
7 -# Values: 1 - 65535
8 +# Values: 0 - 65535
9 # Description: The port that the tcsd will listen on.
10 +# If 0, use UNIX Domain socket /var/tpm/tcsd-socket,
11 +# otherwise use the specified TCP port (30003 is the traditional tcsd TCP port).
13 -# port = 30003
14 +# If using a TCP Port (that is, port is not 0), clients such as tpmadm must set
15 +# the port with shell environment variable TSS_TCSD_PORT. For example,
16 +# export TSS_TCSD_PORT=30003
17 +#
18 +# port = 0
21 # Option: num_threads
22 @@ -37,6 +43,7 @@
24 # firmware_log_file = /sys/kernel/security/tpm0/binary_bios_measurements
26 +firmware_log_file=/var/tpm/system/pcrevent.log
28 # Option: kernel_log_file
29 # Values: Any absolute directory path
30 @@ -54,7 +61,7 @@
31 # Description: A list of PCR indices that are manipulated only by the system
32 # firmware and therefore are not extended or logged by the TCSD.
34 -# firmware_pcrs =
35 +firmware_pcrs =0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,20,21
38 # Option: kernel_pcrs