From cb82e7d4fb5cde2853eb808c66ba813048cea4ca Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Wed, 1 May 2024 18:06:53 -0500 Subject: [PATCH] Add accounts_tmout is a DISA misalignment wavier See https://github.com/ComplianceAsCode/content/issues/11548 --- conf/waivers/20-long-term | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/waivers/20-long-term b/conf/waivers/20-long-term index c8571ecb..26382ede 100644 --- a/conf/waivers/20-long-term +++ b/conf/waivers/20-long-term @@ -126,5 +126,7 @@ # https://github.com/ComplianceAsCode/content/issues/11197 (DISA issue) /scanning/disa-alignment/.*/display_login_attempts rhel == 8 or rhel == 9 - +# https://github.com/ComplianceAsCode/content/issues/11548 (DISA is stricter than us) +/scanning/disa-alignment/.*/accounts_tmout + True # vim: syntax=python