Searched defs:group_path (Results 1 - 1 of 1) sorted by relevance

/systemd/src/sysusers/
H A Dsysusers.c140 const char *group_path; local
144 group_path = prefix_roota(arg_root, "/etc/group");
145 f = fopen(group_path, "re");
376 const char *passwd_path = NULL, *group_path = NULL, *shadow_path = NULL, *gshadow_path = NULL; local
386 group_path = prefix_roota(arg_root, "/etc/group");
387 r = fopen_temporary_label("/etc/group", group_path, &group, &group_tmp);
391 original = fopen(group_path, "re");
411 log_error("%s: Group \"%s\" already exists.", group_path, gr->gr_name);
417 log_error("%s: Detected collision for GID " GID_FMT ".", group_path, gr->gr_gid);
698 r = make_backup("/etc/group", group_path);
[all...]

Completed in 14 milliseconds