Skip to content

Commit

Permalink
fixed 040132-04 issues #312 thanks to @MonCaptain
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Nov 14, 2024
1 parent 94ad7e9 commit 7324927
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 7324927

Please sign in to comment.