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

/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c444 * tfp_policy = KERN_TFP_POLICY_DENY; Deny Mode: None allowed except for self
453 * Verify that the current process should be allowed to
472 int allowed; local
486 /* We're allowed to get our own task port */
499 allowed = TRUE;
505 allowed = FALSE;
510 if (kauth_cred_gid_subset(targetcred, mycred, &allowed) ||
511 allowed == 0) {
512 allowed = FALSE;
518 allowed
[all...]

Completed in 11 milliseconds