Waive badfuncs in rpminspect
This commit is contained in:
parent
243e4a7518
commit
55c2e17c09
11
rpminspect.yaml
Normal file
11
rpminspect.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
badfuncs:
|
||||||
|
allowed:
|
||||||
|
# printers usually do not live on networks which would require
|
||||||
|
# IPv6 due having too many hosts on one network, so it is not
|
||||||
|
# a priority to have IPv6 support.
|
||||||
|
# It is reported upstream at https://bugzilla.redhat.com/show_bug.cgi?id=1953898
|
||||||
|
/usr/sbin/cupsd:
|
||||||
|
- gethostbyname
|
||||||
|
/usr/lib*/libcups.so.*:
|
||||||
|
- gethostbyname
|
Loading…
Reference in New Issue
Block a user