From f5162af2a6aabbcb1d564672510dd9627d8c1acc Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 10 2023 14:57:19 +0000 Subject: rpminspect: adjust disablement for badfuncs We had something, but apparently it stopped working. Let's try with a new format: https://github.com/rpminspect/rpminspect/issues/1229#issuecomment-1673327657 [skip changelog] --- diff --git a/rpminspect.yaml b/rpminspect.yaml index 174fbd2..9843e40 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,6 +1,9 @@ # Disable badfuncs check that has tons of false positives. badfuncs: - exclude_path: .* + allowed: + /usr/lib/systemd/tests/unit-tests/*: + - inet_addr + - inet_aton # don't report changed content of compiled files # that is expected with every update