Skip to content

Commit

Permalink
Fix RHEL-08-030121
Browse files Browse the repository at this point in the history
Need to set in rules.d/audit.rules to persist.

Signed-off-by: Dan Barr <[email protected]>
  • Loading branch information
danbarr committed May 19, 2021
1 parent 9e6ebb6 commit 18f7b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/fix-cat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3350,7 +3350,7 @@

- name: "MEDIUM | RHEL-08-030121 | PATCH | RHEL 8 audit system must protect auditing rules from unauthorized change."
lineinfile:
path: /etc/audit/audit.rules
path: /etc/audit/rules.d/audit.rules
regexp: '^-e '
line: "-e 2"
when:
Expand Down

0 comments on commit 18f7b1b

Please sign in to comment.