Skip to content

Commit

Permalink
exclude some problematic rules from ism_o rhel10 profiles
Browse files Browse the repository at this point in the history
see comments
  • Loading branch information
vojtapolasek committed Sep 25, 2024
1 parent 93a82b0 commit 1fefa5a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions products/rhel10/profiles/ism_o.profile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,18 @@ extends: e8

selections:
- ism_o:all:base
# these rules do not work properly on RHEL 10 for now
- '!enable_dracut_fips_module'
- '!firewalld_sshd_port_enabled'
- '!require_singleuser_auth'
- '!enable_fips_mode'
# tally2 is deprecated, replaced by faillock
- '!accounts_passwords_pam_tally2_deny_root'
- '!accounts_passwords_pam_tally2_unlock_time'
- '!audit_rules_login_events_tallylog'
# lastlog is not used in RHEL 10
- '!audit_rules_login_events_lastlog'
# this rule is currently failing on some systemd services, probably because of require_emergency_target_auth and require_singleuser_auth rules
- '!rpm_verify_hashes'
# this rule should not be needed anymore on RHEL 10, but investigation is recommended
- '!openssl_use_strong_entropy'
15 changes: 15 additions & 0 deletions products/rhel10/profiles/ism_o_secret.profile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,18 @@ extends: e8

selections:
- ism_o:all:secret
# these rules do not work properly on RHEL 10 for now
- '!enable_dracut_fips_module'
- '!firewalld_sshd_port_enabled'
- '!require_singleuser_auth'
- '!enable_fips_mode'
# tally2 is deprecated, replaced by faillock
- '!accounts_passwords_pam_tally2_deny_root'
- '!accounts_passwords_pam_tally2_unlock_time'
- '!audit_rules_login_events_tallylog'
# lastlog is not used in RHEL 10
- '!audit_rules_login_events_lastlog'
# this rule is currently failing on some systemd services, probably because of require_emergency_target_auth and require_singleuser_auth rules
- '!rpm_verify_hashes'
# this rule should not be needed anymore on RHEL 10, but investigation is recommended
- '!openssl_use_strong_entropy'
15 changes: 15 additions & 0 deletions products/rhel10/profiles/ism_o_top_secret.profile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,18 @@ extends: e8

selections:
- ism_o:all:top_secret
# these rules do not work properly on RHEL 10 for now
- '!enable_dracut_fips_module'
- '!firewalld_sshd_port_enabled'
- '!require_singleuser_auth'
- '!enable_fips_mode'
# tally2 is deprecated, replaced by faillock
- '!accounts_passwords_pam_tally2_deny_root'
- '!accounts_passwords_pam_tally2_unlock_time'
- '!audit_rules_login_events_tallylog'
# lastlog is not used in RHEL 10
- '!audit_rules_login_events_lastlog'
# this rule is currently failing on some systemd services, probably because of require_emergency_target_auth and require_singleuser_auth rules
- '!rpm_verify_hashes'
# this rule should not be needed anymore on RHEL 10, but investigation is recommended
- '!openssl_use_strong_entropy'

0 comments on commit 1fefa5a

Please sign in to comment.