File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,3 +28,18 @@ extends: e8
2828
2929selections:
3030 - ism_o:all:base
31+ # these rules do not work properly on RHEL 10 for now
32+ - '!enable_dracut_fips_module'
33+ - '!firewalld_sshd_port_enabled'
34+ - '!require_singleuser_auth'
35+ - '!enable_fips_mode'
36+ # tally2 is deprecated, replaced by faillock
37+ - '!accounts_passwords_pam_tally2_deny_root'
38+ - '!accounts_passwords_pam_tally2_unlock_time'
39+ - '!audit_rules_login_events_tallylog'
40+ # lastlog is not used in RHEL 10
41+ - '!audit_rules_login_events_lastlog'
42+ # this rule is currently failing on some systemd services, probably because of require_emergency_target_auth and require_singleuser_auth rules
43+ - '!rpm_verify_hashes'
44+ # this rule should not be needed anymore on RHEL 10, but investigation is recommended
45+ - '!openssl_use_strong_entropy'
Original file line number Diff line number Diff line change @@ -30,3 +30,18 @@ extends: e8
3030
3131selections:
3232 - ism_o:all:secret
33+ # these rules do not work properly on RHEL 10 for now
34+ - '!enable_dracut_fips_module'
35+ - '!firewalld_sshd_port_enabled'
36+ - '!require_singleuser_auth'
37+ - '!enable_fips_mode'
38+ # tally2 is deprecated, replaced by faillock
39+ - '!accounts_passwords_pam_tally2_deny_root'
40+ - '!accounts_passwords_pam_tally2_unlock_time'
41+ - '!audit_rules_login_events_tallylog'
42+ # lastlog is not used in RHEL 10
43+ - '!audit_rules_login_events_lastlog'
44+ # this rule is currently failing on some systemd services, probably because of require_emergency_target_auth and require_singleuser_auth rules
45+ - '!rpm_verify_hashes'
46+ # this rule should not be needed anymore on RHEL 10, but investigation is recommended
47+ - '!openssl_use_strong_entropy'
Original file line number Diff line number Diff line change @@ -28,3 +28,18 @@ extends: e8
2828
2929selections:
3030 - ism_o:all:top_secret
31+ # these rules do not work properly on RHEL 10 for now
32+ - '!enable_dracut_fips_module'
33+ - '!firewalld_sshd_port_enabled'
34+ - '!require_singleuser_auth'
35+ - '!enable_fips_mode'
36+ # tally2 is deprecated, replaced by faillock
37+ - '!accounts_passwords_pam_tally2_deny_root'
38+ - '!accounts_passwords_pam_tally2_unlock_time'
39+ - '!audit_rules_login_events_tallylog'
40+ # lastlog is not used in RHEL 10
41+ - '!audit_rules_login_events_lastlog'
42+ # this rule is currently failing on some systemd services, probably because of require_emergency_target_auth and require_singleuser_auth rules
43+ - '!rpm_verify_hashes'
44+ # this rule should not be needed anymore on RHEL 10, but investigation is recommended
45+ - '!openssl_use_strong_entropy'
You can’t perform that action at this time.
0 commit comments