Home
last modified time | relevance | path

Searched refs:ip_mac_return (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dimgact.h117 int ip_mac_return; /* return code from mac policy checks */ member
/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c3120 imgp->ip_mac_return = 0; in posix_spawn()
4574 imgp->ip_mac_return = 0; in __mac_execve()
6072 imgp->ip_mac_return = label_update_return; in exec_handle_sugid()
6884 if (imgp->ip_mac_return != 0) { in check_for_signature()
6888 error = imgp->ip_mac_return; in check_for_signature()