Add rpminspect.yaml to ignore inet_ntoa()
Related: RHEL-141379
This commit is contained in:
parent
c3547505ee
commit
36d83cceb2
8
rpminspect.yaml
Normal file
8
rpminspect.yaml
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user