Hi All,
I am trying to put a custom SCA check to ensure that IPv6 is disabled on Linux systems.
I am trying out this in the check. However, I am getting the check as failed even when the term is present in grub.
Is this the right syntax to place the check? I tried different combinations with spaces removed and added. Tried literal match instead of expression match but I get the same result.
- 'f:/etc/default/grub -> r:^ipv6.disable\s*=\s*1$'