Description of problem: Even after disabling IPv6 on the system, running the openscap scan shows that IPv6 is still enabled on the system Version-Release number of selected component (if applicable): scap-security-guide How reproducible: Steps to Reproduce: 1. Disable IPv6 on system under /etc/default/grub GRUB_CMDLINE_LINUX="ipv6.disable=1" 2. Attach openscap policy to the system 3. Run openscap scan on the system Actual results: Openscap reports IPv6 is still enabled Expected results: Openscap should not report IPv6 is enabled Additional info:
Fix is merged in Upstream: https://github.com/ComplianceAsCode/content/pull/10830