summaryrefslogtreecommitdiffstats
path: root/testing/openxcap/openxcap.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openxcap/openxcap.pre-install')
-rwxr-xr-xtesting/openxcap/openxcap.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/openxcap/openxcap.pre-install b/testing/openxcap/openxcap.pre-install
new file mode 100755
index 00000000..cc2b529e
--- /dev/null
+++ b/testing/openxcap/openxcap.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup openxcap 2>/dev/null
+adduser -G openxcap -h /var/run/openxcap -s /bin/false -S -D -H openxcap 2>/dev/null
+exit 0