From 216f3d53bcdd8415503a7541552ca566e097ae07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jul 2022 21:36:19 +0200 Subject: [PATCH] rpminspect: Explicitly list allowed badfuncs in the _socket module See https://github.com/rpminspect/rpminspect/pull/805 --- rpminspect.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index a111efb..83dfb5e 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 # exclude the debug build from annocheck entirely annocheck: