Lines Matching defs:group
24 * It must not have the set group id bit set. This program must be installed
35 * user and group id correctly, and then exec the shell.
120 * group, and setuid/gid bits correctly set. This copy of
204 /* compute the desired new effective user and group id */
213 /* see if group needs setting */
344 static void setids(int mode,int owner,int group)
347 setregid(rgroupid,group);
364 static void setids(int mode,uid_t owner,gid_t group)
418 * child takes on desired user and group. The only
424 if((mode & S_ISGID) && setgid(group) < 0)