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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_prot.c718 uid_t gmuid = KAUTH_UID_NONE; local
760 * Only set the gmuid if the current cred has not opt'ed out;
769 gmuid = uid;
778 my_new_cred = kauth_cred_setresuid(my_cred, ruid, uid, svuid, gmuid);
1563 * gmuid Base gid (initgroups only!)
1591 setgroups1(proc_t p, u_int gidsetsize, user_addr_t gidset, uid_t gmuid, __unused int32_t *retval) argument
1599 DEBUG_CRED_ENTER("setgroups1 (%d/%d): %d 0x%016x %d\n", p->p_pid, (p->p_pptr ? p->p_pptr->p_pid : 0), gidsetsize, gidset, gmuid);
1637 uthread->uu_ucred = kauth_cred_setgroups(my_cred, &newgroups[0], ngrp, gmuid);
1658 my_new_cred = kauth_cred_setgroups(my_cred, &newgroups[0], ngrp, gmuid);
1702 * gmuid fo
[all...]
H A Dkern_credential.c3700 * Notes: The gmuid is hard-defaulted to the UID specified. Since we
3827 * gmuid KAUTH_UID_NONE -or- the new
3832 * Note: gmuid is different in that a KAUTH_UID_NONE is a valid
3849 kauth_cred_setresuid(kauth_cred_t cred, uid_t ruid, uid_t euid, uid_t svuid, uid_t gmuid) argument
3864 (pcred->cr_gmuid == gmuid)) {
3885 * If we are setting the gmuid to KAUTH_UID_NONE, then we want to
3889 if ((temp_pcred->cr_gmuid = gmuid) == KAUTH_UID_NONE) {
3974 * The gmuid argument supplies a new uid (or KAUTH_UID_NONE to opt out)
3988 * gmuid KAUTH_UID_NONE -or- the new
3993 * Note: gmuid i
4020 kauth_cred_setgroups(kauth_cred_t cred, gid_t *groups, int groupcount, uid_t gmuid) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkauth.h291 extern kauth_cred_t kauth_cred_setresuid(kauth_cred_t cred, uid_t ruid, uid_t euid, uid_t svuid, uid_t gmuid);
295 extern kauth_cred_t kauth_cred_setgroups(kauth_cred_t cred, gid_t *groups, int groupcount, uid_t gmuid);
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dlibinfo.c51 extern int __initgroups(u_int gidsetsize, gid_t *gidset, int gmuid);

Completed in 173 milliseconds