Configure rpminspect
Ignore false positives found by badfuncs. Related: rhbz#1978701
This commit is contained in:
parent
392be91066
commit
f4135d39b2
16
rpminspect.yaml
Normal file
16
rpminspect.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user