17 lines
273 B
YAML
17 lines
273 B
YAML
# Configuration file for rpminspect
|
|
|
|
# Ignore false positives found by badfuncs.
|
|
#
|
|
# Forbidden function symbols found:
|
|
# gethostbyname
|
|
# inet_addr
|
|
# inet_ntoa
|
|
#
|
|
badfuncs:
|
|
ignore:
|
|
- /usr/bin/pr3287
|
|
- /usr/bin/s3270
|
|
- /usr/bin/c3270
|
|
- /usr/bin/x3270
|
|
|