Skip to content
Snippets Groups Projects
Commit 63ea3bdb authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

sudoers : change wheel group permissions

parent e5d7603e
No related branches found
No related tags found
No related merge requests found
......@@ -73,10 +73,10 @@
root ALL=(ALL) ALL
## Uncomment to allow members of group wheel to execute any command
#%wheel ALL=(ALL) ALL
%wheel ALL=(ALL) ALL
## Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL
#%wheel ALL=(ALL) NOPASSWD: ALL
## Uncomment to allow members of group sudo to execute any command
# %sudo ALL=(ALL) ALL
......
......@@ -73,10 +73,10 @@
root ALL=(ALL) ALL
## Uncomment to allow members of group wheel to execute any command
#%wheel ALL=(ALL) ALL
%wheel ALL=(ALL) ALL
## Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL
#%wheel ALL=(ALL) NOPASSWD: ALL
## Uncomment to allow members of group sudo to execute any command
# %sudo ALL=(ALL) ALL
......
......@@ -73,10 +73,10 @@
root ALL=(ALL) ALL
## Uncomment to allow members of group wheel to execute any command
#%wheel ALL=(ALL) ALL
%wheel ALL=(ALL) ALL
## Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL
#%wheel ALL=(ALL) NOPASSWD: ALL
## Uncomment to allow members of group sudo to execute any command
# %sudo ALL=(ALL) ALL
......
......@@ -73,10 +73,10 @@
root ALL=(ALL) ALL
## Uncomment to allow members of group wheel to execute any command
#%wheel ALL=(ALL) ALL
%wheel ALL=(ALL) ALL
## Same thing without a password
%wheel ALL=(ALL) NOPASSWD: ALL
#%wheel ALL=(ALL) NOPASSWD: ALL
## Uncomment to allow members of group sudo to execute any command
# %sudo ALL=(ALL) ALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment