components/trousers/patches/man_man5_tcsd.conf.5.in.patch
author Dan Anderson <dan.anderson@oracle.com>
Wed, 18 Apr 2012 10:38:45 -0700
changeset 777 e2e604cdbd6a
child 781 6523d2f0e202
permissions -rw-r--r--
7123028 Problem with crypto/tss 7041927 tcsd and libtspi should not use TCP/IP sockets 7002966 libtspi can segv in .fini section 7160939 trousers should depend on iconv/utf-8 instead of iconv/unicode-core
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
777
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     1
--- man/man5/tcsd.conf.5.in	2010-01-28 08:27:51.000000000 -0800
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     2
+++ man/man5/tcsd.conf.5.in	2012-04-12 14:52:28.257160000 -0700
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     3
@@ -32,8 +32,16 @@
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     4
 .SH "OPTIONS"
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     5
 .PP
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     6
 .BI port
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     7
-The port that TCSD will listen on for connections, local and remote, from
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     8
+The TCP port that TCSD will listen on for connections, local and remote, from
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
     9
 applications.
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    10
+If 0, TCSD uses UNIX Domain socket /var/tpm/system/tcsd-socket,
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    11
+otherwise TCSD uses the TCP port specified
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    12
+(30003 is the traditional tcsd TCP port).
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    13
+If using a TCP Port (that is, port is not 0), clients such as tpmadm must set
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    14
+the port with shell environment variable TSS_TCSD_PORT. For example,
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    15
+.nf
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    16
+export TSS_TCSD_PORT=30003
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    17
+.fi
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    18
 
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    19
 .BI num_threads
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    20
 The maximum number of threads that the TCSD will spawn simultaneously to service
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    21
@@ -106,7 +114,7 @@
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    22
 .PP
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    23
 .IP
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    24
 .nf
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    25
-port = 30003
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    26
+port = 0
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    27
 num_threads = 10
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    28
 system_ps_file = /usr/local/var/tpm/system.data
e2e604cdbd6a 7123028 Problem with crypto/tss
Dan Anderson <dan.anderson@oracle.com>
parents:
diff changeset
    29
 firmware_log_file = /proc/tpm/firmware_events