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 profiles ol8 #12890

Merged
merged 7 commits into from
Jan 28, 2025
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
2 changes: 2 additions & 0 deletions products/ol8/profiles/anssi_bp28_enhanced.profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ description: |-

selections:
- anssi:all:enhanced
- var_password_hashing_algorithm=SHA512
- var_password_pam_unix_rounds=65536
# Following rules once had a prodtype incompatible with the ol8 product
- '!accounts_passwords_pam_tally2_deny_root'
- '!timer_logrotate_enabled'
Expand Down
2 changes: 2 additions & 0 deletions products/ol8/profiles/anssi_bp28_high.profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ description: |-

selections:
- anssi:all:high
- var_password_hashing_algorithm=SHA512
- var_password_pam_unix_rounds=65536
# Following rules once had a prodtype incompatible with the ol8 product
- '!accounts_passwords_pam_tally2_deny_root'
- '!timer_logrotate_enabled'
Expand Down
2 changes: 2 additions & 0 deletions products/ol8/profiles/anssi_bp28_intermediary.profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ description: |-

selections:
- anssi:all:intermediary
- var_password_hashing_algorithm=SHA512
- var_password_pam_unix_rounds=65536
# Following rules once had a prodtype incompatible with the ol8 product
- '!cracklib_accounts_password_pam_minlen'
- '!accounts_passwords_pam_tally2_deny_root'
Expand Down
2 changes: 2 additions & 0 deletions products/ol8/profiles/anssi_bp28_minimal.profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ description: |-

selections:
- anssi:all:minimal
- var_password_hashing_algorithm=SHA512
- var_password_pam_unix_rounds=65536
# Following rules once had a prodtype incompatible with the ol8 product
- '!cracklib_accounts_password_pam_minlen'
- '!accounts_passwords_pam_tally2_deny_root'
Expand Down
1 change: 1 addition & 0 deletions products/ol8/profiles/cui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ extends: ospp

selections:
- inactivity_timeout_value=10_minutes
- var_system_crypto_policy=fips
7 changes: 7 additions & 0 deletions products/ol8/profiles/ism_o.profile
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ selections:
# Packages not available in OL
- "!package_libdnf-plugin-subscription-manager_installed"
- "!package_subscription-manager_installed"

# These rules are introduced by ism_o control
- "!grub2_enable_fips_mode"
- "!package_pcsc-lite-ccid_installed"
- "!system_booted_in_fips_mode"
- "var_password_hashing_algorithm_pam=sha512"
- "enable_fips_mode"
10 changes: 3 additions & 7 deletions products/ol8/profiles/ospp.profile
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ selections:
- package_openssh-clients_installed
- package_policycoreutils-python-utils_installed
- package_rsyslog_installed
- package_rsyslog-gnutls_installed
- package_audispd-plugins_installed
- package_chrony_installed
- package_gnutls-utils_installed

Expand Down Expand Up @@ -216,6 +214,8 @@ selections:
- var_accounts_max_concurrent_login_sessions=10
- accounts_max_concurrent_login_sessions
- securetty_root_login_console_only
- var_authselect_profile=minimal
- enable_authselect
- var_password_pam_unix_remember=5
- accounts_password_pam_unix_remember
- use_pam_wheel_for_su
Expand Down Expand Up @@ -299,7 +299,7 @@ selections:
## Disable Unauthenticated Login (such as Guest Accounts)
## FIA_UAU.1
- require_singleuser_auth
- grub2_disable_interactive_boot
- grub2_disable_recovery
- grub2_uefi_password
- no_empty_passwords

Expand Down Expand Up @@ -410,10 +410,6 @@ selections:
# Enable dnf-automatic Timer
- timer_dnf-automatic_enabled

# Configure TLS for remote logging
- rsyslog_remote_tls
- rsyslog_remote_tls_cacert

# Prevent Kerberos use by system daemons
- kerberos_disable_no_keytab

Expand Down
1 change: 0 additions & 1 deletion products/ol8/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ selections:
- '!ensure_almalinux_gpgkey_installed'
- 'ensure_oracle_gpgkey_installed'
# Rules not applicable to OL8
- '!package_dhcp_removed'
- '!install_PAE_kernel_on_x86-32'
4 changes: 3 additions & 1 deletion products/ol8/profiles/stig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ selections:
- var_password_pam_difok=8
- var_password_pam_maxrepeat=3
- var_password_hashing_algorithm=SHA512
- var_password_hashing_algorithm_pam=sha512
- var_password_pam_maxclassrepeat=4
- var_password_pam_minclass=4
- var_accounts_minimum_age_login_defs=1
Expand Down Expand Up @@ -61,6 +62,7 @@ selections:
- var_sssd_certificate_verification_digest_function=sha1
- login_banner_text=dod_banners
- var_authselect_profile=sssd
- var_multiple_time_servers=stig

### Enable / Configure FIPS
- enable_fips_mode
Expand Down Expand Up @@ -467,7 +469,7 @@ selections:
- accounts_have_homedir_login_defs

# OL08-00-010770
- file_permission_user_init_files
- file_permission_user_init_files_root

# OL08-00-010780
- no_files_unowned_by_user
Expand Down
7 changes: 7 additions & 0 deletions products/ol8/profiles/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ extends: stig
selections:
- '!xwindows_remove_packages'
- '!xwindows_runlevel_target'

# OL08-00-040284
# Limiting user namespaces cause issues with user apps, such as Firefox and Cheese
- '!sysctl_user_max_user_namespaces'

# locking of idle sessions is handled by screensaver when GUI is present, the following rule is therefore redundant
- '!logind_session_timeout'
1 change: 0 additions & 1 deletion products/ol9/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ selections:
- '!service_timesyncd_enabled'
# Not applicable to OL9, packages not available in OL9
- '!package_cryptsetup-luks_installed'
- '!package_dhcp_removed'
- '!service_rpcbind_disabled'
# Add oracle gpg key rule
- 'ensure_oracle_gpgkey_installed'
Loading