You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
584 B
21 lines
584 B
---
|
|
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
|
|
|