ansible-lockdown / RHEL9-CIS

Ansible role for Red Hat 9 CIS Baseline
https://ansible-lockdown.readthedocs.io
MIT License
113 stars 86 forks source link

Correct conditional for: `3.4.2.5 | AUDIT | Ensure firewalld drops unnecessary services and ports` rule #139

Closed ipruteanu-sie closed 2 months ago

ipruteanu-sie commented 9 months ago

Describe the Issue missing conditional for firewalld specific task:

"3.4.2.5 | AUDIT | Ensure firewalld drops unnecessary services and ports"

Expected Behavior

  when:
      - rhel9cis_rule_3_4_2_5
      - rhel9cis_firewall == "firewalld"

Actual Behavior

  when:
      - rhel9cis_rule_3_4_2_5

Control(s) Affected 3.4.2.5

Environment (please complete the following information):

Possible Solution PR.

uk-bolly commented 2 months ago

hi @ipruteanu-sie

This Issue has been merged to devel and into main branch. I will therefore close this issue. Please feel free to reopen if you feel its not as expected.

Many thanks again for your time

uk-bolly