Home
last modified time | relevance | path

Searched refs:mac_proc_check_debug (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/kern/
H A Dmach_process.c189 error = mac_proc_check_debug(&pproc_ident, pproc_cred, &p_ident); in ptrace()
581 my_err = mac_proc_check_debug(&cur_ident, cur_cred, &traced_ident); in cantrace()
/xnu-11215/security/
H A Dmac_process.c323 mac_proc_check_debug(proc_ident_t tracing_ident, kauth_cred_t tracing_cred, proc_ident_t traced_ide… in mac_proc_check_debug() function
H A Dmac_framework.h308 int mac_proc_check_debug(proc_ident_t tracing_ident, kauth_cred_t tracing_cred, proc_ident_t tr…
/xnu-11215/bsd/dev/dtrace/
H A Dfasttrap.c2436 err = mac_proc_check_debug(&cur_ident, cr, &p_ident); in fasttrap_check_cred_priv()