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:
parent
ca35ac5a5d
commit
2329a7b813
21
rpminspect.yaml
Normal file
21
rpminspect.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user