Skip to content

Commit

Permalink
exclude more sssd related rules as they are being modified right now
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Sep 17, 2024
1 parent d2576be commit ebb1265
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion products/rhel10/profiles/anssi_bp28_enhanced.profile
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,9 @@ selections:
- '!package_talk_removed'
- '!package_xinetd_removed'
- '!package_ypserv_removed'
# these rules are failing when they are remediated with Ansible, removing then temporarily until they are fixed
# these rules are failing when they are remediated with Ansible, removing them temporarily until they are fixed
- '!accounts_password_pam_retry'
# These rules are being modified and they are causing trouble in their current state (R67)
- '!sssd_enable_pam_services'
- '!sssd_ldap_configure_tls_reqcert'
- '!sssd_ldap_start_tls'
6 changes: 5 additions & 1 deletion products/rhel10/profiles/anssi_bp28_high.profile
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,9 @@ selections:
- '!package_talk_removed'
- '!package_xinetd_removed'
- '!package_ypserv_removed'
# these rules are failing when they are remediated with Ansible, removing then temporarily until they are fixed
# these rules are failing when they are remediated with Ansible, removing them temporarily until they are fixed
- '!accounts_password_pam_retry'
# These rules are being modified and they are causing trouble in their current state (R67)
- '!sssd_enable_pam_services'
- '!sssd_ldap_configure_tls_reqcert'
- '!sssd_ldap_start_tls'
6 changes: 5 additions & 1 deletion products/rhel10/profiles/anssi_bp28_intermediary.profile
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@ selections:
- '!package_talk_removed'
- '!package_xinetd_removed'
- '!package_ypserv_removed'
# these rules are failing when they are remediated with Ansible, removing then temporarily until they are fixed
# these rules are failing when they are remediated with Ansible, removing them temporarily until they are fixed
- '!accounts_password_pam_retry'
# These rules are being modified and they are causing trouble in their current state (R67)
- '!sssd_enable_pam_services'
- '!sssd_ldap_configure_tls_reqcert'
- '!sssd_ldap_start_tls'

0 comments on commit ebb1265

Please sign in to comment.