diff options
author | K. Eugene Carlson <kvngncrlsn@gmail.com> | 2022-04-23 04:34:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:12 +0700 |
commit | 2cab59955c1f3d27eb7bb27d4723e0ec3c4705ad (patch) | |
tree | 36f32b7e2082970629bec4de40130bfb9f516427 /system/trousers/README | |
parent | 4ca9eab3f867e868778a7d027d890c0a47350a45 (diff) |
system/trousers: Added (TSS implementation by IBM)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/trousers/README')
-rw-r--r-- | system/trousers/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/trousers/README b/system/trousers/README new file mode 100644 index 000000000000..3ac7d2d95868 --- /dev/null +++ b/system/trousers/README @@ -0,0 +1,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 |