compiler-rt/rpminspect.yaml
Jesus Checa Hidalgo 5d7bff7b8c Update rpminspect's badfuncts test configuration
Related: rhbz#2107785
2022-08-03 12:19:17 +02:00

20 lines
579 B
YAML

---
badfuncs:
# For compiler-rt, we allow the following forbidden functions:
# - gethostbyname
# - gethostbyname2
# - gethostbyaddr
# - inet_aton
# These are never actually used, and are installed just as interceptors.
allowed:
/usr/lib*/clang/*/lib/libclang_rt.?san*so:
- gethostbyaddr
- gethostbyname
- gethostbyname2
- inet_aton
/usr/lib*/clang/*/lib/libclang_rt.memprof*so:
- gethostbyaddr
- gethostbyname
- gethostbyname2
- inet_aton