Skip to content

Commit

Permalink
Merge pull request #313 from ansible-lockdown/issue_312
Browse files Browse the repository at this point in the history
fixed 040132-04 issue 312
  • Loading branch information
uk-bolly authored Nov 14, 2024
2 parents 94ad7e9 + 7324927 commit c2ac392
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 @@ -6372,7 +6372,7 @@
opts: "defaults{{ rhel_08_040132 | ternary (',nodev', '') }}{{ rhel_08_040133 | ternary (',nosuid', '') }}{{ rhel_08_040134 | ternary (',noexec', '') }}"
loop: "{{ ansible_facts.mounts }}"
when:
- item.mount == '/var/log/audit'
- item.mount == '/var/tmp'
- rhel8stig_040132_var_tmp_status.stdout | length > 0
when:
- rhel_08_040132 or
Expand Down

0 comments on commit c2ac392

Please sign in to comment.