Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#12467 from Mab879/remove_enable_d…
Browse files Browse the repository at this point in the history
…racut_fips_rhel10

Remove enable_dracut_fips_module from RHEL 10 profiles
  • Loading branch information
mildas authored Oct 4, 2024
2 parents 5758006 + 60ca958 commit 94f1ca5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions products/rhel10/profiles/ism_o.profile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ selections:
- '!rpm_verify_hashes'
# this rule should not be needed anymore on RHEL 10, but investigation is recommended
- '!openssl_use_strong_entropy'
# Currently not working RHEL 10, changes are being made to FIPS mode. Investigation is recommended.
- '!enable_dracut_fips_module'
2 changes: 2 additions & 0 deletions products/rhel10/profiles/ism_o_secret.profile
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ selections:
- '!rpm_verify_hashes'
# this rule should not be needed anymore on RHEL 10, but investigation is recommended
- '!openssl_use_strong_entropy'
# Currently not working RHEL 10, changes are being made to FIPS mode. Investigation is recommended.
- '!enable_dracut_fips_module'
2 changes: 2 additions & 0 deletions products/rhel10/profiles/ism_o_top_secret.profile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ selections:
- '!rpm_verify_hashes'
# this rule should not be needed anymore on RHEL 10, but investigation is recommended
- '!openssl_use_strong_entropy'
# Currently not working RHEL 10, changes are being made to FIPS mode. Investigation is recommended.
- '!enable_dracut_fips_module'
2 changes: 2 additions & 0 deletions products/rhel10/profiles/ospp.profile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ selections:
- ospp:all
- '!package_screen_installed'
- '!package_dnf-plugin-subscription-manager_installed'
# Currently not working RHEL 10, changes are being made to FIPS mode. Investigation is recommended.
- '!enable_dracut_fips_module'
2 changes: 2 additions & 0 deletions products/rhel10/profiles/stig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ description: |-

selections:
- srg_gpos:all
# Currently not working RHEL 10, changes are being made to FIPS mode. Investigation is recommended.
- '!enable_dracut_fips_module'
2 changes: 2 additions & 0 deletions products/rhel10/profiles/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ selections:
- '!sysctl_user_max_user_namespaces'
# locking of idle sessions is handled by screensaver when GUI is present, the following rule is therefore redundant
- '!logind_session_timeout'
# Currently not working RHEL 10, changes are being made to FIPS mode. Investigation is recommended.
- '!enable_dracut_fips_module'

0 comments on commit 94f1ca5

Please sign in to comment.