Rule ID
SV-46060r1_rule
Version
V1R12
CCIs
A local firewall protects the system from exposing unnecessary or undocumented network services to the local enclave. If a system within the enclave is compromised, firewall protection on an individual system continues to protect it from attack.
Check the firewall rules for a default deny rule. # iptables --list If there is no default deny rule, this is a finding.
Edit “ /etc/sysconfig/scripts/SuSEfirewall2-custom” and add a default deny rule. Restart the SuSEfirewall2 service # rcSuSEfirewall2 restart