Home
last modified time | relevance | path

Searched refs:copy_rights_with_fallback (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dcopy.h73 int copy_rights_with_fallback(int fdf, int fdt, const char *patht);
75 return copy_rights_with_fallback(fdf, fdt, NULL); /* no fallback */ in copy_rights()
Dcopy.c1465 int copy_rights_with_fallback(int fdf, int fdt, const char *patht) { in copy_rights_with_fallback() function
/systemd-251/src/sysusers/
Dsysusers.c423 r = copy_rights_with_fallback(fileno(original), fileno(passwd), passwd_tmp); in write_temporary_passwd()
545 r = copy_rights_with_fallback(fileno(original), fileno(shadow), shadow_tmp); in write_temporary_shadow()
681 r = copy_rights_with_fallback(fileno(original), fileno(group), group_tmp); in write_temporary_group()
788 r = copy_rights_with_fallback(fileno(original), fileno(gshadow), gshadow_tmp); in write_temporary_gshadow()