From 36d83cceb25398d8781a7f708597aa64a6e8ee66 Mon Sep 17 00:00:00 2001 From: Martin Osvald Date: Wed, 22 Apr 2026 14:01:06 +0200 Subject: [PATCH] Add rpminspect.yaml to ignore inet_ntoa() Related: RHEL-141379 --- rpminspect.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..6e82fb3 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,8 @@ +--- +badfuncs: + # radvd is not multi-threaded and inet_ntoa() is used only in one place + # to print ipv4 address in a debug message. + allowed: + /usr/sbin/radvd: + - inet_ntoa +