Skip to content

Commit

Permalink
Merge pull request #155 from grische/nopasswd
Browse files Browse the repository at this point in the history
enable nopasswd for sudoers group
  • Loading branch information
DasSkelett authored Mar 9, 2024
2 parents f6c53a1 + ceea268 commit 2f2189b
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 2f2189b

Please sign in to comment.