Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crypto policy selection rhel10 #12466

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controls/cis_rhel10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion products/rhel10/profiles/e8.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading