mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Fix logic and notes for in crypto policy building
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
055cb35603
commit
bd1547313a
5 changed files with 11 additions and 4 deletions
|
|
@ -7,10 +7,16 @@ rhel9cis_allowed_crypto_policies:
|
|||
- 'FUTURE'
|
||||
- 'FIPS'
|
||||
|
||||
# Following is left blank for ability to build string
|
||||
rhel9cis_crypto_policy_module: ''
|
||||
|
||||
# Do not adjust these are recognized as part of the CIS benchmark and used during testing
|
||||
rhel9cis_allowed_crypto_policies_modules:
|
||||
# Recognized by CIS as possible extra options
|
||||
- 'OSPP'
|
||||
- 'AD-SUPPORT'
|
||||
- 'AD-SUPPORT-LEGACY'
|
||||
# The following are already included in 1.6.x controls
|
||||
- 'NO-SHA1'
|
||||
- 'NO-SSHCBC'
|
||||
- 'NO-SSHETM'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue