group 182 cib/remote.c struct group *group = NULL; group 193 cib/remote.c group = getgrgid(pwd->pw_gid); group 194 cib/remote.c if (group != NULL && crm_str_eq(grp, group->gr_name, TRUE)) { group 198 cib/remote.c group = getgrnam(grp); group 199 cib/remote.c if (group == NULL) { group 205 cib/remote.c char *member = group->gr_mem[index++]; group 107 include/crm/cluster.h struct cpg_name group; group 38 include/crm/common/internal.h gboolean crm_is_writable(const char *dir, const char *file, const char *user, const char *group, group 63 lib/cluster/cpg.c cpg_leave(cluster->cpg_handle, &cluster->group); group 458 lib/cluster/cpg.c cluster->group.length = 0; group 459 lib/cluster/cpg.c cluster->group.value[0] = 0; group 462 lib/cluster/cpg.c strncpy(cluster->group.value, crm_system_name?crm_system_name:"unknown", 127); group 463 lib/cluster/cpg.c cluster->group.value[127] = 0; group 464 lib/cluster/cpg.c cluster->group.length = 1 + QB_MIN(127, strlen(cluster->group.value)); group 481 lib/cluster/cpg.c cs_repeat(retries, 30, rc = cpg_join(handle, &cluster->group)); group 280 lib/common/io.c const char *user, const char *group, gboolean need_both) group 330 lib/common/io.c if (group) { group 331 lib/common/io.c struct group *sys_grp = getgrnam(group); group 338 lib/common/io.c crm_err("%s must be owned and r/w by group %s", target, group); group 340 lib/common/io.c crm_warn("%s should be owned and r/w by group %s", target, group);