Allow sudo group to run shutdown commands.

This commit is contained in:
2026-07-24 12:46:26 -07:00
parent d48f6d1572
commit 4ce049b3ea
+3
View File
@@ -1,2 +1,5 @@
%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