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

/systemd/src/sysusers/
H A Dsysusers.c359 static int rename_and_apply_smack(const char *temp_path, const char *dest_path) { argument
361 if (rename(temp_path, dest_path) < 0)
365 r = mac_smack_apply(dest_path, SMACK_ATTR_ACCESS, SMACK_FLOOR_LABEL);

Completed in 434 milliseconds