Skip to content

Commit

Permalink
Don's modify sudo's permissions with permissions & suid tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jan 29, 2025
1 parent 64bd82b commit 79f3000
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/filesystem-sudoers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
group: '{{ sudo_group }}'
become: true
tags:
- permissions
# These are commented out, to not to shoot yourself in the foot when applying "permissions" and not "sudo"
#- permissions
#- suid
- sudo
- suid

0 comments on commit 79f3000

Please sign in to comment.