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

/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c464 * tfp_policy = KERN_TFP_POLICY_DENY; Deny Mode: None allowed except for self
473 * Verify that the current process should be allowed to
492 int allowed; local
506 /* We're allowed to get our own task port */
519 allowed = TRUE;
525 allowed = FALSE;
530 if (kauth_cred_gid_subset(targetcred, mycred, &allowed) ||
531 allowed == 0) {
532 allowed = FALSE;
538 allowed
[all...]

Completed in 64 milliseconds