From 4794ef57733e42beed47a8b4f98ba2c6c680504f Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Sat, 7 Jan 2023 21:35:35 +0000 Subject: [PATCH] Added doas --- configure-system.ksh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure-system.ksh b/configure-system.ksh index 888965e..bd2bfa2 100755 --- a/configure-system.ksh +++ b/configure-system.ksh @@ -67,4 +67,6 @@ usermod -G staff $user echo "export LC_CTYPE=en_US.UTF-8" >> /home/$user/.profile -exit 0 +# Allow users in the wheel group to use doas + +echo "permit :wheel" >> /etc/doas.conf