diff --git a/controls/cis_rhel10.yml b/controls/cis_rhel10.yml index ea8c7c687eb..898237ac51c 100644 --- a/controls/cis_rhel10.yml +++ b/controls/cis_rhel10.yml @@ -553,7 +553,7 @@ controls: status: automated rules: - configure_crypto_policy - - var_system_crypto_policy=default + - var_system_crypto_policy=default_policy - id: 1.6.2 title: Ensure system wide crypto policy is not set in sshd configuration (Automated) diff --git a/products/rhel10/profiles/e8.profile b/products/rhel10/profiles/e8.profile index 7ff6a7f88c1..25ec916fcdb 100644 --- a/products/rhel10/profiles/e8.profile +++ b/products/rhel10/profiles/e8.profile @@ -23,7 +23,7 @@ description: |- selections: - e8:all # nosha1 crypto policy does not exist in RHEL 10 - - var_system_crypto_policy=default + - var_system_crypto_policy=default_policy # More tests are needed to identify which rule is conflicting with rpm_verify_permissions. # https://github.com/ComplianceAsCode/content/issues/11285 - '!rpm_verify_permissions'