[PATCH] [Fedora] Fix typo in OVAL check for sshd disable empty passwords

Shawn Wells shawn at redhat.com
Mon Dec 16 16:45:55 UTC 2013


On 12/16/13, 10:09 AM, Jan Lieskovsky wrote:
> -    <ind:pattern operation="pattern match">^(?i)(?:(?!\s+PermitEmptyPasswords\s+yes).)*(\n\s*PermitEmptyPasswords\s+no)(.*)$</ind:pattern>
> +    <ind:pattern operation="pattern match">^(?i)(?:(?!\n\s*PermitEmptyPasswords\s+yes).)*(\n\s*PermitEmptyPasswords\s+no)(.*)$</ind:pattern>


This is likely in the RHEL6 content too. To address both Fedora & RHEL, 
could this check be moved to shared/ and symlinked?


More information about the scap-security-guide mailing list