2023-06-30 09:35:46 +00:00
|
|
|
---
|
|
|
|
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:
|
2023-10-09 11:08:49 +00:00
|
|
|
/usr/lib*/clang/*/lib/*/libclang_rt.?san.so:
|
2023-06-30 09:35:46 +00:00
|
|
|
- gethostbyaddr
|
|
|
|
- gethostbyname
|
|
|
|
- gethostbyname2
|
|
|
|
- inet_aton
|
2023-10-09 11:08:49 +00:00
|
|
|
/usr/lib*/clang/*/lib/*/libclang_rt.memprof.so:
|
2023-06-30 09:35:46 +00:00
|
|
|
- gethostbyaddr
|
|
|
|
- gethostbyname
|
|
|
|
- gethostbyname2
|
|
|
|
- inet_aton
|
|
|
|
|