From 5dfe4c64c5ae3092434dd278b6ce1c8f439b3908 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sep 19 2023 07:27:54 +0000 Subject: rpminspect: suppress complain about inet_aton in /usr/bin/networkctl [skip changelog] --- diff --git a/rpminspect.yaml b/rpminspect.yaml index 9843e40..7261213 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -4,6 +4,9 @@ badfuncs: /usr/lib/systemd/tests/unit-tests/*: - inet_addr - inet_aton + /usr/bin/networkctl: + - inet_addr + - inet_aton # don't report changed content of compiled files # that is expected with every update