diff --git a/dotfiles/sudoers.d/bye b/dotfiles/sudoers.d/bye index ef8d21d..3c019bb 100644 --- a/dotfiles/sudoers.d/bye +++ b/dotfiles/sudoers.d/bye @@ -1,3 +1,4 @@ ## Use "sudo {shutdown,reboot,halt}" without needing a password. $USER ALL=(root) NOPASSWD:/usr/bin/reboot,/usr/bin/halt,/usr/bin/shutdown +$USER ALL=(root) NOPASSWD:/usr/sbin/reboot,/usr/sbin/halt,/usr/sbin/shutdown