From 21f4c47220811bad06dc2b6649baf91290e634be Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Tue, 8 Aug 2023 08:08:12 +0200 Subject: [PATCH] Configure annocheck to ignore some testsuite files --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index 704eaf3..33b7d06 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -3,3 +3,7 @@ debuginfo: # Debug symbols are present in BPF modules as it is inherited # from the BPF it self - /usr/libexec/pcp/pmdas/bpf/modules/*.so +annocheck: + ignore: + # Ignore hardening of pcp testsuite files + - /usr/lib*/libpcp_fault.so*