Obsolete golang-120
[oi-userland.git] / components / library / trousers / patches / man_man5_tcsd.conf.5.in.patch
blobe6b98a86098ce5a20d57f18f0fab5c8873ab3ff1
1 --- trousers-0.3.11.2/man/man5/tcsd.conf.5.in.orig
2 +++ trousers-0.3.11.2/man/man5/tcsd.conf.5.in
3 @@ -32,8 +32,16 @@
4 .SH "OPTIONS"
5 .PP
6 .BI port
7 -The port that TCSD will listen on for connections, local and remote, from
8 +The TCP port that TCSD will listen on for connections, local and remote, from
9 applications.
10 +If 0, TCSD uses UNIX Domain socket /var/tpm/tcsd-socket,
11 +otherwise TCSD uses the TCP port specified
12 +(30003 is the traditional tcsd TCP port).
13 +If using a TCP Port (that is, port is not 0), clients such as tpmadm must set
14 +the port with shell environment variable TSS_TCSD_PORT. For example,
15 +.nf
16 +export TSS_TCSD_PORT=30003
17 +.fi
19 .BI num_threads
20 The maximum number of threads that the TCSD will spawn simultaneously to service
21 @@ -106,7 +114,7 @@
22 .PP
23 .IP
24 .nf
25 -port = 30003
26 +port = 0
27 num_threads = 10
28 system_ps_file = /usr/local/var/tpm/system.data
29 firmware_log_file = /proc/tpm/firmware_events