taglinefilesource code
e_gid616fs/binfmt_elf.ccurrent->sgid = current->egid = current->fsgid = bprm->e_gid;
e_gid573fs/exec.cif (bprm->e_uid != current->euid || bprm->e_gid != current->egid || 
e_gid641fs/exec.cbprm.e_gid = current->egid;
e_gid644fs/exec.cbprm.e_gid = (i & S_ISGID) ? bprm.inode->i_gid : current->egid;
e_gid839fs/exec.ccurrent->sgid = current->egid = current->fsgid = bprm->e_gid;
e_gid466ibcs/binfmt_coff.ccurrent->egid            = bprm->e_gid;
e_gid540ibcs/binfmt_elf.ccurrent->sgid = current->egid = bprm->e_gid;
e_gid22include/linux/binfmts.hint e_uid, e_gid;