compiler-rt/rpminspect.yaml
Jesus Checa Hidalgo 2329a7b813 Add rpminspect config file.
This prevents badfuncs test to fail due to forbidden functions
being expectedly present in compiler-rt rpm.
2022-02-15 17:15:36 +01:00

22 lines
463 B
YAML

---
# For compiler-rt, we filter out the following forbidden functions from the list:
# - gethostbyname
# - gethostbyname2
# - gethostbyaddr
# - inet_aton
# These are never actually used, and are installed just as interceptors.
badfuncs:
- inet_addr
- inet_nsap_addr
- inet_ntoa
- inet_nsap_ntoa
- inet_makeaddr
- inet_netof
- inet_network
- inet_neta
- inet_net_ntop
- inet_net_pton
- rcmd
- rexec
- rresvport