Skip to content

Commit d3d2766

Browse files
authored
Merge pull request #14126 from Xeicker/update_ol_profiles
Update OL profiles for not applicable rules
2 parents 33f544d + 6fc79dc commit d3d2766

File tree

10 files changed

+12
-3
lines changed

10 files changed

+12
-3
lines changed

controls/ccn_ol9.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,9 @@ controls:
624624
- dconf_gnome_banner_enabled
625625
- dconf_gnome_login_banner_text
626626
- sshd_enable_warning_banner_net
627-
- login_banner_text=cis_banners
628-
- motd_banner_text=cis_banners
629-
- remote_login_banner_text=cis_banners
627+
- login_banner_text=default
628+
- motd_banner_text=default
629+
- remote_login_banner_text=default
630630

631631
- id: A.11.SEC-OL5
632632
title: Network Acess to the System is Controlled

controls/ism_o.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ controls:
604604
- ensure_gpgcheck_local_packages
605605
- ensure_gpgcheck_never_disabled
606606
- ensure_redhat_gpgkey_installed
607+
- ensure_oracle_gpgkey_installed
607608
- dnf-automatic_security_updates_only
608609
status: automated
609610

products/ol10/profiles/ism_o_secret.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ selections:
8484
- '!package_rear_installed'
8585
- '!package_ypbind_removed'
8686
- '!package_xinetd_removed'
87+
- '!ensure_redhat_gpgkey_installed'

products/ol10/profiles/ism_o_top_secret.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ selections:
8484
- '!package_rear_installed'
8585
- '!package_ypbind_removed'
8686
- '!package_xinetd_removed'
87+
- '!ensure_redhat_gpgkey_installed'

products/ol8/profiles/ospp.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,4 @@ selections:
206206
- '!zipl_audit_backlog_limit_argument'
207207
- '!zipl_bls_entries_only'
208208
- '!zipl_bootmap_is_up_to_date'
209+
- '!package_libreport-plugin-rhtsupport_removed'

products/rhel10/profiles/ism_o.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ selections:
6060
- '!package_ypbind_removed'
6161
- '!package_xinetd_removed'
6262
- '!service_xinetd_disabled'
63+
- '!ensure_oracle_gpgkey_installed'

products/rhel10/profiles/ism_o_secret.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ selections:
6262
- '!package_ypbind_removed'
6363
- '!package_xinetd_removed'
6464
- '!service_xinetd_disabled'
65+
- '!ensure_oracle_gpgkey_installed'

products/rhel10/profiles/ism_o_top_secret.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ selections:
6060
- '!package_ypbind_removed'
6161
- '!package_xinetd_removed'
6262
- '!service_xinetd_disabled'
63+
- '!ensure_oracle_gpgkey_installed'

products/rhel8/profiles/ism_o.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ selections:
7676
- '!sssd_enable_smartcards'
7777
- '!system_booted_in_fips_mode'
7878
- '!sshd_use_directory_configuration'
79+
- '!ensure_oracle_gpgkey_installed'
7980
# Adjust variables to match the origianl RHEL 8 profiles
8081
- var_password_hashing_algorithm_pam=sha512
8182
- var_accounts_password_minlen_login_defs=15

products/rhel9/profiles/ism_o.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ selections:
7979
- '!package_ypbind_removed'
8080
- '!package_xinetd_removed'
8181
- '!service_xinetd_disabled'
82+
- '!ensure_oracle_gpgkey_installed'

0 commit comments

Comments
 (0)