Searched refs:copy_rights_with_fallback (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | copy.h | 73 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()
|
D | copy.c | 1465 int copy_rights_with_fallback(int fdf, int fdt, const char *patht) { in copy_rights_with_fallback() function
|
/systemd-251/src/sysusers/ |
D | sysusers.c | 423 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()
|