OSCI: rpminspect.yaml: Eliminate badfuncs warning
The code uses inet_aton() deliberately to detect whether a given string is an IPv4 address or not. Sadly, rpminspect only supports ignoring certain output files for the entire badfuncs check, so ignore those containing the inet_aton() calls.
This commit is contained in:
parent
f2982a47b9
commit
4321a14d9d
5
rpminspect.yaml
Normal file
5
rpminspect.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
badfuncs:
|
||||
ignore:
|
||||
- /usr/sbin/conntrack
|
||||
- /usr/sbin/conntrackd
|
Loading…
Reference in New Issue
Block a user