/src/sys/kern/ |
kern_resource.c | 303 if (kauth_authorize_process(cred, KAUTH_PROCESS_NICE, chgp, 353 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_RLIMIT, 883 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_CANSEE, p, 929 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_CANSEE, p, 940 error = kauth_authorize_process(l->l_cred, 965 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_CORENAME, 1010 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_CANSEE, p, 1042 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_STOPFLAG, 1092 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_CANSEE, p, 1099 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_RLIMIT [all...] |
sys_sched.c | 178 error = kauth_authorize_process(kauth_cred_get(), 243 error = kauth_authorize_process(kauth_cred_get(), 429 error = kauth_authorize_process(l->l_cred, 519 if (kauth_authorize_process(l->l_cred,
|
subr_time.c | 158 error = kauth_authorize_process(kauth_cred_get(),
|
kern_prot.c | 329 error = kauth_authorize_process(cred, KAUTH_PROCESS_SETID, 410 error = kauth_authorize_process(cred, KAUTH_PROCESS_SETID, 620 if ((error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_SETID,
|
kern_fork.c | 279 error = kauth_authorize_process(l1->l_cred, 297 if (kauth_authorize_process(l1->l_cred, KAUTH_PROCESS_RLIMIT,
|
sys_module.c | 135 error = kauth_authorize_process(kauth_cred_get(), KAUTH_PROCESS_CANSEE,
|
kern_auth.c | 498 error = kauth_authorize_process(cred, KAUTH_PROCESS_SETID, 1054 kauth_authorize_process(kauth_cred_t cred, kauth_action_t action, function in typeref:typename:int
|
kern_proc.c | 2152 error = kauth_authorize_process(l->l_cred, 2400 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_CANSEE, 2403 error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_CANSEE, 2965 error = kauth_authorize_process(l->l_cred, 3120 return kauth_authorize_process(kauth_cred_get(), KAUTH_PROCESS_CANSEE,
|
sys_sig.c | 258 error = kauth_authorize_process(l->l_cred,
|
kern_ktrace.c | 1212 if (kauth_authorize_process(curl->l_cred, KAUTH_PROCESS_KTRACE, 1451 if (kauth_authorize_process(calll->l_cred, KAUTH_PROCESS_KTRACE,
|
sys_ptrace_common.c | 315 int error = kauth_authorize_process(l->l_cred, KAUTH_PROCESS_CANSEE, 1116 if ((error = kauth_authorize_process(l->l_cred,
|
kern_exec.c | 783 if (kauth_authorize_process(l->l_cred, KAUTH_PROCESS_RLIMIT, 2541 error = kauth_authorize_process(l1->l_cred, 2553 if (kauth_authorize_process(l1->l_cred, KAUTH_PROCESS_RLIMIT,
|
kern_event.c | 922 if (kauth_authorize_process(curlwp->l_cred, 1158 error = kauth_authorize_process(curlwp->l_cred,
|
kern_sig.c | 810 if (kauth_authorize_process(pc, 832 if (kauth_authorize_process(pc, KAUTH_PROCESS_SIGNAL,
|
kern_descrip.c | 2143 error = kauth_authorize_process(l->l_cred, 2300 error = kauth_authorize_process(l->l_cred,
|
kern_lwp.c | 796 if (kauth_authorize_process(l1->l_cred,
|
/src/sys/sys/ |
kauth.h | 472 int kauth_authorize_process(kauth_cred_t, kauth_action_t, struct proc *,
|
/src/sys/miscfs/procfs/ |
procfs_subr.c | 168 error = kauth_authorize_process(curl->l_cred, KAUTH_PROCESS_PROCFS,
|
procfs_vnops.c | 381 error = kauth_authorize_process(l1->l_cred, KAUTH_PROCESS_PROCFS, 704 error = kauth_authorize_process(kauth_cred_get(), 1364 if (kauth_authorize_process(kauth_cred_get(), 1506 if (kauth_authorize_process(kauth_cred_get(), 1753 if (kauth_authorize_process(kauth_cred_get(),
|
/src/sys/compat/linux/common/ |
linux_sched.c | 718 if (kauth_authorize_process(l->l_cred,
|
linux_signal.c | 783 error = kauth_authorize_process(l->l_cred,
|