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

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c446 imgp->ip_origvattr->va_mode &= ~(VSUID | VSGID);
520 if (imgp->ip_origvattr->va_mode & (VSUID | VSGID)) {
3348 vap->va_mode &= ~(VSUID | VSGID);
3354 if (vap->va_mode & (VSUID | VSGID))
3452 * require VSUID/VSGID bits in order for it to set the new group as
3457 * it used its VSGID bit to set the effective group,
3463 ((imgp->ip_origvattr->va_mode & VSGID) != 0 &&
3468 /* label for MAC transition and neither VSUID nor VSGID */
3493 if (imgp->ip_origvattr->va_mode & VSGID) {
3536 * the previous cred was a member of the VSGID grou
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode.h659 #define VSGID 0x400 /*02000*/ /* set group id on execution */ macro

Completed in 72 milliseconds