From 6a718dc0a04c9dc2de7b7b4c64e6215b407932be Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Fri, 14 Jul 2023 22:30:06 +0200 Subject: [PATCH] rpminspect: Explicitly list allowed badfuncs in the _socket module --- rpminspect.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index b568e63..4cf7785 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -6,8 +6,10 @@ xml: # exclude _socket from ipv4 only functions check, it has both ipv4 and ipv6 only badfuncs: - ignore: - - /usr/lib*/python*/lib-dynload/_socket.* + allowed:: + /usr/lib*/python*/lib-dynload/_socket.*: + - inet_aton + - inet_ntoa # don't report changed content of compiled files # that is expected with every toolchain update and not reproducible yet