diff options
-rw-r--r-- | etc/sudoers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sudoers b/etc/sudoers index bc0d6a0c..e03a8f28 100644 --- a/etc/sudoers +++ b/etc/sudoers @@ -82,10 +82,10 @@ root ALL=(ALL:ALL) ALL ## Uncomment to allow members of group wheel to execute any command -# %wheel ALL=(ALL:ALL) ALL +%wheel ALL=(ALL:ALL) ALL ## Same thing without a password -%wheel ALL=(ALL:ALL) NOPASSWD: ALL +# %wheel ALL=(ALL:ALL) NOPASSWD: ALL ## Uncomment to allow members of group sudo to execute any command # %sudo ALL=(ALL:ALL) ALL |