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

RHEL 10 HIPAA Profile Updates #12345

Merged
merged 7 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from 6 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
7 changes: 6 additions & 1 deletion controls/hipaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ controls:
- restrict_serial_port_logins
- securetty_root_login_console_only
- enable_authselect
- var_authselect_profile=sssd
- file_groupowner_grub2_cfg
- file_groupowner_user_cfg
- file_owner_grub2_cfg
Expand Down Expand Up @@ -640,7 +641,7 @@ controls:
- sshd_enable_warning_banner
- sshd_enable_warning_banner_net
- sshd_set_keepalive
- sshd_set_keepalive_0
- var_sshd_set_keepalive=1
- sshd_use_approved_ciphers
- sshd_use_approved_macs
- sshd_use_priv_separation
Expand Down Expand Up @@ -944,6 +945,8 @@ controls:
- selinux_confinement_of_daemons
- selinux_policytype
- selinux_state
- var_selinux_policy_name=targeted
- var_selinux_state=enforcing
- dconf_gnome_remote_access_credential_prompt
- dconf_gnome_remote_access_encryption
status: automated
Expand Down Expand Up @@ -1138,6 +1141,7 @@ controls:
levels:
- required
rules:
- var_audit_failure_mode=panic
- audit_rules_dac_modification_chmod
- audit_rules_dac_modification_chown
- audit_rules_dac_modification_fchmod
Expand Down Expand Up @@ -1736,6 +1740,7 @@ controls:
- sshd_allow_only_protocol2
- sshd_disable_compression
- sshd_disable_empty_passwords
- sshd_disable_empty_passwords
Mab879 marked this conversation as resolved.
Show resolved Hide resolved
- sshd_disable_gssapi_auth
- sshd_disable_kerb_auth
- sshd_disable_rhosts_rsa
Expand Down
7 changes: 7 additions & 0 deletions products/rhel10/profiles/hipaa.profile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,15 @@ selections:
- '!sshd_use_approved_ciphers'
- '!accounts_passwords_pam_tally2'
- '!package_audit-audispd-plugins_installed'
- '!auditd_audispd_syslog_plugin_activated'
- '!package_ypserv_removed'
- '!package_ypbind_removed'
- '!package_xinetd_removed'
- '!package_rsh_removed'
- '!package_rsh-server_removed'
- '!package_tcp_wrappers_removed'
- '!package_xinetd_removed'
- '!service_xinetd_disabled'
- '!sshd_allow_only_protocol2'
- '!sshd_disable_kerb_auth'
- '!sshd_disable_gssapi_auth'
Loading