Add rpminspect.yaml to ignore inet_ntoa()

Related: RHEL-141379
This commit is contained in:
Martin Osvald 2026-04-22 14:01:06 +02:00
parent c3547505ee
commit 36d83cceb2

8
rpminspect.yaml Normal file
View File

@ -0,0 +1,8 @@
---
badfuncs:
# radvd is not multi-threaded and inet_ntoa() is used only in one place
# to print ipv4 address in a debug message.
allowed:
/usr/sbin/radvd:
- inet_ntoa