httpd/rpminspect.yaml

22 lines
401 B
YAML
Raw Normal View History

2021-10-12 12:54:10 +00:00
---
badfuncs:
# mod_proxy uses inet_ntoa (safely) for IPv4 address matching,
# and APR interfaces for IPv6 addresses.
ignore:
- /usr/lib*/httpd/modules/mod_proxy.so
upstream:
ignore:
- *.xml
- *.service
- *.socket
- *.conf
- *.sysconf
- *.tmpfiles
- README.*
- *.sysusers
- *.png
- httpd-ssl-*
- config.layout
- action*.sh
- apachectl.*