From 2cab59955c1f3d27eb7bb27d4723e0ec3c4705ad Mon Sep 17 00:00:00 2001 From: "K. Eugene Carlson" Date: Sat, 23 Apr 2022 04:34:44 +0100 Subject: system/trousers: Added (TSS implementation by IBM) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- system/trousers/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 system/trousers/README (limited to 'system/trousers/README') diff --git a/system/trousers/README b/system/trousers/README new file mode 100644 index 0000000000..3ac7d2d958 --- /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 -- cgit v1.2.3