Searched refs:mac_proc_check_get_task (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/security/ |
| H A D | mac_process.c | 430 mac_proc_check_get_task(struct ucred *cred, proc_ident_t pident, mach_task_flavor_t flavor) in mac_proc_check_get_task() function
|
| H A D | mac_framework.h | 315 int mac_proc_check_get_task(kauth_cred_t cred, proc_ident_t pident, mach_task_flavor_t flavor) …
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_proc.c | 5454 error = mac_proc_check_get_task(kauth_cred_get(), &pident, TASK_FLAVOR_CONTROL); in task_for_pid() 5592 error = mac_proc_check_get_task(kauth_cred_get(), &pident, TASK_FLAVOR_NAME); in task_name_for_pid() 5694 error = mac_proc_check_get_task(kauth_cred_get(), &pident, TASK_FLAVOR_INSPECT); in task_inspect_for_pid() 5816 error = mac_proc_check_get_task(kauth_cred_get(), &pident, TASK_FLAVOR_READ); in task_read_for_pid() 6035 error = mac_proc_check_get_task(kauth_cred_get(), &pident, TASK_FLAVOR_CONTROL); in debug_control_port_for_pid()
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 599 (void) mac_proc_check_get_task(state->dts_cred.dcr_cred, &pident, TASK_FLAVOR_CONTROL); in fasttrap_setdebug()
|