Skip to content

Commit 1fefa5a

Browse files
committed
exclude some problematic rules from ism_o rhel10 profiles
see comments
1 parent 93a82b0 commit 1fefa5a

3 files changed

Lines changed: 45 additions & 0 deletions

File tree

products/rhel10/profiles/ism_o.profile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,18 @@ extends: e8
2828

2929
selections:
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'

products/rhel10/profiles/ism_o_secret.profile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,18 @@ extends: e8
3030

3131
selections:
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'

products/rhel10/profiles/ism_o_top_secret.profile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,18 @@ extends: e8
2828

2929
selections:
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'

0 commit comments

Comments
 (0)