Searched refs:mac_proc_check_debug (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | mach_process.c | 189 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 D | mac_process.c | 323 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 D | mac_framework.h | 308 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 D | fasttrap.c | 2436 err = mac_proc_check_debug(&cur_ident, cr, &p_ident); in fasttrap_check_cred_priv()
|