Skip to content

Commit

Permalink
Update crypto_policy test scenario for CIS RHEL8
Browse files Browse the repository at this point in the history
The CIS requirement for RHEL8 was changed in the release 3.0.0.
This commit align the test scenario script with the policy.
  • Loading branch information
marcusburghardt committed Jan 31, 2024
1 parent bee3fdd commit a1937e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# platform = Oracle Linux 8,Oracle Linux 9,Red Hat Enterprise Linux 8,Red Hat Enterprise Linux 9
# platform = Oracle Linux 8,Oracle Linux 9,Red Hat Enterprise Linux 8
# profiles = xccdf_org.ssgproject.content_profile_cis,xccdf_org.ssgproject.content_profile_cis_workstation_l2
# packages = crypto-policies-scripts

update-crypto-policies --set "DEFAULT"
update-crypto-policies --set "DEFAULT:NO-SHA1"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# platform = Oracle Linux 8,Oracle Linux 9,Red Hat Enterprise Linux 8,Red Hat Enterprise Linux 9
# platform = Oracle Linux 8,Oracle Linux 9,Red Hat Enterprise Linux 9
# profiles = xccdf_org.ssgproject.content_profile_cis_server_l1,xccdf_org.ssgproject.content_profile_cis_workstation_l1
# packages = crypto-policies-scripts

Expand Down

0 comments on commit a1937e0

Please sign in to comment.