4321a14d9d
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.
6 lines
77 B
YAML
6 lines
77 B
YAML
---
|
|
badfuncs:
|
|
ignore:
|
|
- /usr/sbin/conntrack
|
|
- /usr/sbin/conntrackd
|