summaryrefslogtreecommitdiffstats
path: root/testing/openxcap/openxcap.pre-install
blob: 0a932aa4fe669b6e1e6b5b236e02d3c342d6f483 (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S openxcap 2>/dev/null
adduser -S -D -H -h /var/run/openxcap -s /bin/false -G openxcap -g openxcap openxcap 2>/dev/null

exit 0