From 090d3e1dd5c66460768f1959e59923e26d49145c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 18 Jun 2026 18:37:36 +0200 Subject: mount umount no psw --- scripts/setup-config-alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/setup-config-alpine') diff --git a/scripts/setup-config-alpine b/scripts/setup-config-alpine index 414e5be..ab2ef60 100755 --- a/scripts/setup-config-alpine +++ b/scripts/setup-config-alpine @@ -62,7 +62,7 @@ doas mv "$tmp_xorg_file" /etc/X11/xorg.conf.d/40-libinput.conf tmp_doas_file=$(mktemp) cp /etc/doas.d/20-wheel.conf "$tmp_doas_file" -for c in poweroff reboot ip udhcpc; do +for c in poweroff reboot ip udhcpc mount umount; do printf 'permit nopass :wheel as root cmd %s\n' "$c" >> "$tmp_doas_file" done doas cp "$tmp_doas_file" /etc/doas.d/20-wheel.conf -- cgit v1.3