2 useradd -U -d /var/lib/tpm -s /bin/true tss
3 mkdir -p /var/lib/tpm /var/run/tpm
4 chown tss:tss /var/lib/tpm /var/run/tpm
5 chmod 0755 /var/lib/tpm /var/run/tpm
8 --> User tss and group tss has been created.
9 --> You must run "/usr/sbin/tpmd clear" as root prior to first startup.
10 --> Launch tpmd daemon issuing : /etc/rc.d/tpmd start