Merge branch 'rpminspect-badfuncs-exception' into 'stream-llvm-toolset-rhel8-rhel-8.9.0'

rpminspect: add badfuncs inspection exception

See merge request redhat/centos-stream/modules/llvm-toolset!8
This commit is contained in:
Jesus Checa Hidalgo 2023-07-06 06:03:43 +00:00
commit dd41242118

20
rpminspect.yaml Normal file
View File

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