Lines Matching defs:group
49 struct group group;
53 if (i_getgrgid(gid, &group) <= 0)
56 ret = t_strdup_printf("%s(%s)", dec2str(gid), group.gr_name);
81 "process group set to %s instead of %s)",
157 struct group group;
163 switch (i_getgrnam(name, &group)) {
167 i_fatal("unknown group name in extra_groups: %s", name);
169 return group.gr_gid;
282 /* set the primary/privileged group */
371 i_fatal("We couldn't drop root group privileges "
463 a privileged group is set, the groups must be fixed