From 8ca7e31dc5bbf5cf7725d52d2fa37b18e58cbd98 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 10 Mar 2023 10:33:45 -0800 Subject: [PATCH] Bring rpminspect.yaml over from Brew dist-git Signed-off-by: Troy Dawson --- 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