Home
last modified time | relevance | path

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

/coreutils/src/
Dinstall.c218 char *to_scontext = nullptr; in need_copy() local
224 if (getfilecon (dest_name, &to_scontext) == -1) in need_copy()
230 scontext_match = STREQ (file_scontext, to_scontext); in need_copy()
233 freecon (to_scontext); in need_copy()