Skip to content

Commit

Permalink
enable nopasswd for sudoers group
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Mar 9, 2024
1 parent f6c53a1 commit ceea268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sudo/sudoers
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b
root ALL=(ALL:ALL) ALL

# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
%sudo ALL=(ALL:ALL) NOPASSWD: ALL

# See sudoers(5) for more information on "#include" directives:

Expand Down

0 comments on commit ceea268

Please sign in to comment.