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

Remove ypbind rules from RHEL10 #12450

Merged
merged 1 commit into from
Oct 8, 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
3 changes: 1 addition & 2 deletions controls/cis_rhel10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,7 @@ controls:
- l1_server
- l1_workstation
status: automated
notes: Review the availability of this package when the product is out.
rules:
related_rules:
Mab879 marked this conversation as resolved.
Show resolved Hide resolved
- package_ypbind_removed

- id: 2.2.4
Expand Down
1 change: 1 addition & 0 deletions products/rhel10/profiles/anssi_bp28_enhanced.profile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ selections:
- '!package_sendmail_removed'
- '!package_talk_removed'
- '!package_xinetd_removed'
- '!package_ypbind_removed'
- '!package_ypserv_removed'
# these rules are failing when they are remediated with Ansible, removing them temporarily until they are fixed
- '!accounts_password_pam_retry'
Expand Down
1 change: 1 addition & 0 deletions products/rhel10/profiles/anssi_bp28_high.profile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ selections:
- '!package_sendmail_removed'
- '!package_talk_removed'
- '!package_xinetd_removed'
- '!package_ypbind_removed'
- '!package_ypserv_removed'
# these rules are failing when they are remediated with Ansible, removing them temporarily until they are fixed
- '!accounts_password_pam_retry'
Expand Down
1 change: 1 addition & 0 deletions products/rhel10/profiles/anssi_bp28_intermediary.profile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ selections:
- '!package_sendmail_removed'
- '!package_talk_removed'
- '!package_xinetd_removed'
- '!package_ypbind_removed'
- '!package_ypserv_removed'
# these rules are failing when they are remediated with Ansible, removing them temporarily until they are fixed
- '!accounts_password_pam_retry'
Expand Down
1 change: 1 addition & 0 deletions products/rhel10/profiles/anssi_bp28_minimal.profile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ selections:
- '!package_sendmail_removed'
- '!package_talk_removed'
- '!package_xinetd_removed'
- '!package_ypbind_removed'
- '!package_ypserv_removed'
# these rules are failing when they are remediated with Ansible, removing then temporarily until they are fixed
- '!accounts_password_pam_retry'
2 changes: 2 additions & 0 deletions products/rhel10/profiles/hipaa.profile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ selections:
- '!ensure_fedora_gpgkey_installed'
- '!grub2_uefi_admin_username'
- '!grub2_uefi_pass'
- '!service_ypbind_disabled'
- '!service_zebra_disabled'
- '!package_talk-server_removed'
- '!package_talk_removed'
Expand All @@ -46,6 +47,7 @@ selections:
- '!package_rsh_removed'
- '!package_rsh-server_removed'
- '!package_tcp_wrappers_removed'
- '!package_ypbind_removed'
- '!package_xinetd_removed'
- '!service_xinetd_disabled'
- '!sshd_allow_only_protocol2'
Expand Down
Loading