Added new excluded functions for MacOS (#3871)

This commit is contained in:
LepilkinaElena
2020-02-14 15:53:19 +03:00
committed by GitHub
parent 10bb0a361c
commit d8c2d2acd9
4 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ headers = alloca.h assert.h complex.h ctype.h dirent.h dlfcn.h err.h errno.h fcn
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
linkerOpts = -ldl -lresolv
excludedFunctions = acl_valid_link_np add_profil pfctlinput profil unwhiteout zopen getdirentries
excludedFunctions = acl_valid_link_np add_profil pfctlinput profil unwhiteout zopen getdirentries \
uuid_generate_early_random setgrfile
excludedFunctions.ios_arm32 = longjmperror
excludedFunctions.ios_arm64 = longjmperror
+1 -1
View File
@@ -19,7 +19,7 @@ excludedFunctions = KERNEL_AUDIT_TOKEN KERNEL_SECURITY_TOKEN add_profil
addrsel_policy_init \
in6addr_linklocal_allv2routers \
pfctlinput regwnexec_l res_send_setqhook res_send_setrhook \
unwhiteout zopen profil openat acl_valid_link_np
unwhiteout zopen profil openat acl_valid_link_np uuid_generate_early_random setgrfile
linkerOpts = -ldl -lresolv
---
+2 -1
View File
@@ -16,7 +16,8 @@ headers = alloca.h assert.h complex.h ctype.h dirent.h dlfcn.h err.h errno.h fcn
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
linkerOpts = -ldl -lresolv
excludedFunctions = acl_valid_link_np pfctlinput profil unwhiteout zopen getdirentries
excludedFunctions = acl_valid_link_np pfctlinput profil unwhiteout zopen getdirentries \
uuid_generate_early_random setgrfile
excludedFunctions.tvos_arm64 = longjmperror
---
+2 -1
View File
@@ -16,7 +16,8 @@ headers = alloca.h assert.h complex.h ctype.h dirent.h dlfcn.h err.h errno.h fcn
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
linkerOpts = -ldl -lresolv
excludedFunctions = acl_valid_link_np pfctlinput profil unwhiteout zopen getdirentries
excludedFunctions = acl_valid_link_np pfctlinput profil unwhiteout zopen getdirentries \
uuid_generate_early_random setgrfile
excludedFunctions.watchos_arm32 = longjmperror
excludedFunctions.watchos_arm64 = longjmperror