From ffed6aa9a4b61fb42e40130aaeefa83e8cbb189f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 15 Feb 2023 20:57:41 +0100 Subject: [PATCH] Auto-waive bad_fucts in current release rpminspect detects bad functs, which are not really a problem. They occur only in IPv4 only code paths. Do not make them block gating. --- rpminspect.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..9b28952 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,10 @@ +--- +badfuncs: + # Those functions are used in IPv4-only handling functions in dnsmasq. + # It handles also IPv6, but in different code paths with different calls. + #- inet_addr + #- inet_ntoa + ignore: + - /usr/sbin/dnsmasq + - /usr/bin/dhcp_lease_time + - /usr/bin/dhcp_release