aboutsummaryrefslogtreecommitdiffstats
path: root/community/tpm2-abrmd/tpm2-abrmd.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/tpm2-abrmd/tpm2-abrmd.pre-install')
-rw-r--r--community/tpm2-abrmd/tpm2-abrmd.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/tpm2-abrmd/tpm2-abrmd.pre-install b/community/tpm2-abrmd/tpm2-abrmd.pre-install
new file mode 100644
index 00000000000..eff52320437
--- /dev/null
+++ b/community/tpm2-abrmd/tpm2-abrmd.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S "tss" 2> "/dev/null"
+adduser -D -G "tss" -g "tss" -H -h "/var/empty" -S -s "/sbin/nologin" "tss" 2> "/dev/null"
+
+exit 0