From 96e52740fc14873e7471ac494ae8759869509c07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 20 May 2022 17:54:13 +0200 Subject: setup-alpine: create doas user --- setup-alpine.in | 1 + 1 file changed, 1 insertion(+) (limited to 'setup-alpine.in') 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 -- cgit v1.2.3