|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.121, 2006/06/21 12:55:12 | version 1.122, 2006/07/23 22:06:11 | ||
|---|---|---|---|
|
|
||
| so->so_mowner = &prp->pr_domain->dom_mowner; | so->so_mowner = &prp->pr_domain->dom_mowner; | ||
| #endif | #endif | ||
| if (l != NULL) { | if (l != NULL) { | ||
| uid = kauth_cred_geteuid(l->l_proc->p_cred); | uid = kauth_cred_geteuid(l->l_cred); | ||
| } else { | } else { | ||
| uid = 0; | uid = 0; | ||
| } | } |