Added new excluded functions for MacOS (#3871)
This commit is contained in:
@@ -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
|
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
|
||||||
linkerOpts = -ldl -lresolv
|
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_arm32 = longjmperror
|
||||||
excludedFunctions.ios_arm64 = longjmperror
|
excludedFunctions.ios_arm64 = longjmperror
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ excludedFunctions = KERNEL_AUDIT_TOKEN KERNEL_SECURITY_TOKEN add_profil
|
|||||||
addrsel_policy_init \
|
addrsel_policy_init \
|
||||||
in6addr_linklocal_allv2routers \
|
in6addr_linklocal_allv2routers \
|
||||||
pfctlinput regwnexec_l res_send_setqhook res_send_setrhook \
|
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
|
linkerOpts = -ldl -lresolv
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -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
|
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
|
||||||
linkerOpts = -ldl -lresolv
|
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
|
excludedFunctions.tvos_arm64 = longjmperror
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -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
|
compilerOpts = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
|
||||||
linkerOpts = -ldl -lresolv
|
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_arm32 = longjmperror
|
||||||
excludedFunctions.watchos_arm64 = longjmperror
|
excludedFunctions.watchos_arm64 = longjmperror
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user