From 8f9605c4c7d495641f6ce8200ca0ba9e131c4c34 Mon Sep 17 00:00:00 2001 From: Martin Osvald Date: Wed, 26 Jun 2024 12:23:27 +0200 Subject: [PATCH] Allow inet_addr() for now --- rpminspect.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..f2e62e5 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,7 @@ +--- +badfuncs: + allowed: + # https://bugzilla.redhat.com/show_bug.cgi?id=2294384 + /usr/lib*/liblog4cplus*.so*: + - inet_addr +