man_man5_tcsd.conf.5.in.patch revision 821
817N/A--- man/man5/tcsd.conf.5.in 2010-01-28 08:27:51.000000000 -0800
817N/A+++ man/man5/tcsd.conf.5.in 2012-04-12 14:52:28.257160000 -0700
817N/A@@ -32,8 +32,16 @@
817N/A .SH "OPTIONS"
817N/A .PP
817N/A .BI port
817N/A-The port that TCSD will listen on for connections, local and remote, from
817N/A+The TCP port that TCSD will listen on for connections, local and remote, from
817N/A applications.
821N/A+If 0, TCSD uses UNIX Domain socket /var/tpm/tcsd-socket,
817N/A+otherwise TCSD uses the TCP port specified
817N/A+(30003 is the traditional tcsd TCP port).
817N/A+If using a TCP Port (that is, port is not 0), clients such as tpmadm must set
817N/A+the port with shell environment variable TSS_TCSD_PORT. For example,
817N/A+.nf
817N/A+export TSS_TCSD_PORT=30003
817N/A+.fi
817N/A
817N/A .BI num_threads
817N/A The maximum number of threads that the TCSD will spawn simultaneously to service
817N/A@@ -106,7 +114,7 @@
817N/A .PP
817N/A .IP
817N/A .nf
817N/A-port = 30003
817N/A+port = 0
817N/A num_threads = 10
817N/A system_ps_file = /usr/local/var/tpm/system.data
817N/A firmware_log_file = /proc/tpm/firmware_events