From 5714bc50d4d7cb1cb5400050fcbaf848d8a7acb5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 4 Nov 2022 09:37:48 +0100 Subject: [PATCH] Add rpminspect file to ignore badfuncs Details: Forbidden function symbols found: gethostbyaddr gethostbyname gethostbyname2 nss_wrapper is implementing those calls to wrap them! --- rpminspect.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..89b37ad --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,4 @@ +--- +badfuncs: + ignore: + - /usr/lib64/libnss_wrapper.so.*