summaryrefslogtreecommitdiffstats
path: root/system/trousers/README
blob: 3ac7d2d95868b912646e3f410b93896ea9134839 (plain)
1
2
3
4
5
6
7
8
9
trousers (open-source TSS implementation by IBM)

trousers is an open-source TCG Software Stack implementation created and
released by IBM.

Before building trousers, please create a "tss" user and group:

  # groupadd -g 374 tss
  # useradd -g tss -u 374 -d /home/tss -M -s /bin/bash tss