taglinefilesource code
e_gid637fs/binfmt_elf.ccurrent->sgid = current->egid = current->fsgid = bprm->e_gid;
e_gid534fs/exec.cif (bprm->e_uid != current->euid || bprm->e_gid != current->egid || 
e_gid601fs/exec.cbprm.e_gid = current->egid;
e_gid604fs/exec.cbprm.e_gid = (i & S_ISGID) ? bprm.inode->i_gid : current->egid;
e_gid789fs/exec.ccurrent->sgid = current->egid = current->fsgid = bprm->e_gid;
e_gid22include/linux/binfmts.hint e_uid, e_gid;