Home
last modified time | relevance | path

Searched refs:mac_execve_enter (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/security/
H A Dmac_process.c246 mac_execve_enter(user_addr_t mac_p, struct image_params *imgp) in mac_execve_enter() function
H A Dmac_framework.h189 int mac_execve_enter(user_addr_t mac_p, struct image_params *imgp) __result_use_check;
/xnu-11215/bsd/kern/
H A Dkern_exec.c4298 error = mac_execve_enter(uap->mac_p, imgp); in posix_spawn()
5279 error = mac_execve_enter(uap->mac_p, imgp); in __mac_execve()