6896N/A--- man/man5/tcsd.conf.5.in 2014-04-24 11:05:44.000000000 +0000
6896N/A+++ man/man5/tcsd.conf.5.in 2016-09-12 10:00:43.162042248 +0000
6896N/A@@ -26,14 +26,22 @@
6896N/A .SH "DESCRIPTION"
6896N/A .PP
6896N/A This file, by default
6896N/A-.IR /etc/tcsd.conf
6896N/A+.IR /etc/security/tcsd.conf
6896N/A is read by the trousers TCSD daemon, tcsd (see tcsd(8)). The tcsd.conf file
6896N/A that is installed by trousers contains all the default options, commented out.
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