components/trousers/patches/dist_tcsd.conf.in.patch
changeset 781 6523d2f0e202
parent 777 e2e604cdbd6a
equal deleted inserted replaced
780:dda31545a88b 781:6523d2f0e202
     5  
     5  
     6  # Option: port
     6  # Option: port
     7 -# Values: 1 - 65535
     7 -# Values: 1 - 65535
     8 +# Values: 0 - 65535
     8 +# Values: 0 - 65535
     9  # Description: The port that the tcsd will listen on.
     9  # Description: The port that the tcsd will listen on.
    10 +# If 0, use UNIX Domain socket /var/tpm/system/tcsd-socket,
    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).
    11 +# otherwise use the specified TCP port (30003 is the traditional tcsd TCP port).
    12  #
    12  #
    13 -# port = 30003
    13 -# port = 30003
    14 +# If using a TCP Port (that is, port is not 0), clients such as tpmadm must set
    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,
    15 +# the port with shell environment variable TSS_TCSD_PORT. For example,