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:
Phil Sutter 2022-03-28 15:18:51 +02:00
parent f2982a47b9
commit 4321a14d9d

5
rpminspect.yaml Normal file
View File

@ -0,0 +1,5 @@
---
badfuncs:
ignore:
- /usr/sbin/conntrack
- /usr/sbin/conntrackd