Add sbin line for sudoers
This commit is contained in:
parent
83f86e8f65
commit
6115a91575
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue