summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2022-05-20 17:54:13 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2022-05-20 17:54:13 +0200
commit96e52740fc14873e7471ac494ae8759869509c07 (patch)
treea4f88d4ff2dc8e4efc67d5151ac558145d825b98
parent315e70ec4c5af20cdca76a7714da7af74ae5add0 (diff)
downloadalpine-conf-96e52740fc14873e7471ac494ae8759869509c07.zip
setup-alpine: create doas user
-rw-r--r--setup-alpine.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup-alpine.in b/setup-alpine.in
index 96c1787..6f90f39 100644
--- a/setup-alpine.in
+++ b/setup-alpine.in
@@ -210,6 +210,7 @@ if [ "$quick" = 1 ]; then
exit 0
fi
+$PREFIX/sbin/setup-user ${USEROPTS:--a -g 'audio video netdev'}
$PREFIX/sbin/setup-sshd ${SSHDOPTS}
if is_xen_dom0; then