compiler-rt/rpminspect.yaml
Jesus Checa Hidalgo 6a6d525e8e Update rpminspect.yaml config
Updated syntax to be compliant with latest rpminspect versions
Added badfunc exceptions per file
2023-11-08 14:08:17 +01:00

20 lines
583 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