ansible-lockdown / RHEL8-CIS

Ansible role for Red Hat 8 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
250 stars 157 forks source link

Fix for #273 Allow for a local crypto policy module, for instance for the openSSH server. #358

Closed bbaassssiiee closed 3 months ago

bbaassssiiee commented 3 months ago

If changes to the system-wide crypto policy are required to meet local site policy for the openSSH server, these changes should be done with a sub-policy assigned to the system-wide crypto policy.

The user should implement a .pmod file, and add its basename to rhel8cis_allowed_crypto_policies_modules.

Overall Review of Changes:

Issue Fixes:

273

Enhancements: NO-SHA1 is a simple extra.

How has this been tested?: @bbaassssiiee