Skip to content

Commit

Permalink
Ensure audit rules.d are set 0600
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Dec 19, 2024
1 parent a06c809 commit efb630e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/templates/audit_file_contents/ansible.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
}}}

- name: Remove any permissions from other group
file:
- name: {{{ rule_title }}} - Remove any permissions from group and other
ansible.builtin.file:
path: {{{ FILEPATH }}}
mode: o-rwx
mode: g-rwx,o-rwx

0 comments on commit efb630e

Please sign in to comment.