Skip to content
Closed
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
7 changes: 3 additions & 4 deletions conf/waivers/infrastructure
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
/hardening/.+/enable_gpgcheck_for_all_repositories
rhel.is_centos()

# Testing farm RHEL 10.2 systems on s390x don't configure server pool in /etc/chrony.conf.
# Consequently, remediations in these rules can't add the server pool settings.
# See: https://issues.redhat.com/browse/TFT-4206
# Beaker systems don't configure server pool in /etc/chrony.conf.
# Consequently, remediations in this rule can't add the server pool settings.
/hardening/host-os/.+/chronyd_or_ntpd_set_maxpoll
rhel == 10.2 and arch == 's390x'
True

# vim: syntax=python