Files
RHEL9-CIS-Audit/section_1/cis_1.10/cis_1.10.yml
T
Mark Bolwell b2204d273d fix search
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2022-07-26 10:06:53 +01:00

21 lines
449 B
YAML

{{ if .Vars.rhel9cis_rule_1_10 }}
command:
crypto_policies_config:
title: 1.10 | Ensure system-wide crypto policy is not legacy
exec: cat /etc/crypto-policies/config
exit-status: 0
stdout:
- '/^(|\s+)(DEFAULT|FUTURE|FIPS)/'
- '!/^(|\s+)LEGACY/'
meta:
server: 1
workstation: 1
CIS_ID:
- 1.10
CISv8:
- 3.10
CISv8_IG1: false
CISv8_IG2: true
CISv8_IG3: true
{{ end }}