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

/systemd/src/sysusers/
H A Dsysusers.c24 #include <shadow.h>
374 _cleanup_fclose_ FILE *passwd = NULL, *group = NULL, *shadow = NULL, *gshadow = NULL; local
466 /* OK, now also update the shadow file for the group list */
592 * the shadow file */
620 /* The we update the shadow database */
621 shadow_path = prefix_roota(arg_root, "/etc/shadow");
622 r = fopen_temporary_label("/etc/shadow", shadow_path, &shadow, &shadow_tmp);
632 r = sync_rights(original, shadow);
644 /* only the /etc/shadow stag
[all...]

Completed in 2167 milliseconds