Searched refs:PROC_POLICY_ACTION_DISABLE (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dprocess_policy.h53 #define PROC_POLICY_ACTION_DISABLE 6 /* disable policy and its actions, also clears any actions that have already happened */ macro
/xnu-2782.1.97/bsd/kern/
H A Dprocess_policy.c363 case PROC_POLICY_ACTION_DISABLE:
/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dlibproc.c731 if (__process_policy(PROC_POLICY_SCOPE_PROCESS, PROC_POLICY_ACTION_DISABLE, PROC_POLICY_APPTYPE, apptype, NULL, pid, (uint64_t)0) != -1)

Completed in 27 milliseconds