Update rpminspect's badfuncts test configuration
Related: rhbz#2107785
This commit is contained in:
parent
381d70814c
commit
5d7bff7b8c
@ -1,21 +1,19 @@
|
|||||||
---
|
---
|
||||||
# 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:
|
badfuncs:
|
||||||
- inet_addr
|
# For compiler-rt, we allow the following forbidden functions:
|
||||||
- inet_nsap_addr
|
# - gethostbyname
|
||||||
- inet_ntoa
|
# - gethostbyname2
|
||||||
- inet_nsap_ntoa
|
# - gethostbyaddr
|
||||||
- inet_makeaddr
|
# - inet_aton
|
||||||
- inet_netof
|
# These are never actually used, and are installed just as interceptors.
|
||||||
- inet_network
|
allowed:
|
||||||
- inet_neta
|
/usr/lib*/clang/*/lib/libclang_rt.?san*so:
|
||||||
- inet_net_ntop
|
- gethostbyaddr
|
||||||
- inet_net_pton
|
- gethostbyname
|
||||||
- rcmd
|
- gethostbyname2
|
||||||
- rexec
|
- inet_aton
|
||||||
- rresvport
|
/usr/lib*/clang/*/lib/libclang_rt.memprof*so:
|
||||||
|
- gethostbyaddr
|
||||||
|
- gethostbyname
|
||||||
|
- gethostbyname2
|
||||||
|
- inet_aton
|
||||||
|
Loading…
Reference in New Issue
Block a user