From f0f9bdff2bbf18328481fc94ff870512aff4ca0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Tue, 26 May 2026 10:49:02 +0200 Subject: [PATCH] Waive chronyd_or_ntpd_set_maxpoll on Beaker systems Beaker systems don't configure server pool in /etc/chrony.conf. Consequently, remediations in this rule can't add the server pool settings. --- conf/waivers/infrastructure | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/waivers/infrastructure b/conf/waivers/infrastructure index b1f7b2f5..7e5b141b 100644 --- a/conf/waivers/infrastructure +++ b/conf/waivers/infrastructure @@ -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