Add rpminspect config file.

This prevents badfuncs test to fail due to forbidden functions
being expectedly present in compiler-rt rpm.
This commit is contained in:
Jesus Checa Hidalgo 2022-02-15 17:15:36 +01:00
parent ca35ac5a5d
commit 2329a7b813
1 changed files with 21 additions and 0 deletions

21
rpminspect.yaml Normal file
View File

@ -0,0 +1,21 @@
---
# 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