From e031be406ed2b1f2600f6c68b98fe1bfcb89aa6b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 24 Jul 2026 15:20:18 -0700 Subject: [PATCH] Include other possibilities for shutdown and reboot. --- files/sudo/sudoers_sudo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/sudo/sudoers_sudo b/files/sudo/sudoers_sudo index f0ddd3b..4e3af4b 100644 --- a/files/sudo/sudoers_sudo +++ b/files/sudo/sudoers_sudo @@ -2,4 +2,4 @@ %sudo ALL=(ALL) ALL # Allow anyone in the sudo group to shutdown or reboot without a password. -%sudo ALL=(ALL) NOPASSWD: /usr/sbin/shutdown, /usr/sbin/reboot +%sudo ALL=(ALL) NOPASSWD: /sbin/shutdown, /usr/sbin/shutdown, /sbin/reboot, /usr/sbin/reboot