Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_process.c915 mac_proc_check_launch_constraints(proc_t curp, struct image_params *imgp, os_reason_t *reasonp) in mac_proc_check_launch_constraints() function
H A Dmac_framework.h347 int mac_proc_check_launch_constraints(proc_t curp, struct image_params *imgp, os_reason_t *reas…
/xnu-11215/bsd/kern/
H A Dkern_exec.c7723 if ((error = mac_proc_check_launch_constraints(p, imgp, &launch_constraint_reason)) != 0) { in process_signature()