Add rpminspect file to ignore badfuncs

Details:
Forbidden function symbols found:
	gethostbyaddr
	gethostbyname
	gethostbyname2

nss_wrapper is implementing those calls to wrap them!
This commit is contained in:
Andreas Schneider 2022-11-04 09:37:48 +01:00
parent 09522340a3
commit 5714bc50d4

4
rpminspect.yaml Normal file
View File

@ -0,0 +1,4 @@
---
badfuncs:
ignore:
- /usr/lib64/libnss_wrapper.so.*