Skip to content

Commit

Permalink
Merge pull request #12450 from Mab879/remove_ypbind_rhel10
Browse files Browse the repository at this point in the history
Remove ypbind rules from RHEL10
  • Loading branch information
vojtapolasek authored Oct 8, 2024
2 parents 1a91080 + c516a1a commit 35e9675
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions controls/cis_rhel10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,8 +1048,7 @@ controls:
- l1_server
- l1_workstation
status: automated
notes: Review the availability of this package when the product is out.
rules:
related_rules:
- 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 @@ -67,6 +67,7 @@ selections:
- '!package_talk_removed'
- '!package_talk-server_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 @@ -71,6 +71,7 @@ selections:
- '!package_talk_removed'
- '!package_talk-server_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 @@ -47,6 +47,7 @@ selections:
- '!package_talk_removed'
- '!package_talk-server_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 @@ -45,6 +45,7 @@ selections:
- '!package_talk_removed'
- '!package_talk-server_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 @@ -34,6 +34,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 @@ -48,6 +49,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

0 comments on commit 35e9675

Please sign in to comment.