Skip to content

Commit

Permalink
Remove enable_dracut_fips_module from RHEL 10 profiles
Browse files Browse the repository at this point in the history
Due to changes being in FIPS mode in RHEL 10 is rule is being removed for
now.
  • Loading branch information
Mab879 committed Oct 3, 2024
1 parent 0d49015 commit 60ca958
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 60ca958

Please sign in to comment.