Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ism_o profiles for RHEL 10 #12418

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Red Hat Enterprise Linux 8,multi_platform_ol,multi_platform_rhv,multi_platform_fedora
# platform = Red Hat Enterprise Linux 8,Red Hat Enterprise Linux 10,multi_platform_ol,multi_platform_rhv,multi_platform_fedora
# reboot = false
# strategy = restrict
# complexity = low
Expand Down
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'
Loading