Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_process.c410 mac_proc_check_fork(proc_t curp) in mac_proc_check_fork() function
H A Dmac_framework.h313 int mac_proc_check_fork(proc_t proc) __result_use_check;
/xnu-11215/bsd/kern/
H A Dkern_fork.c291 err = mac_proc_check_fork(parent_proc); in fork1()