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

/haiku-fatelf/src/bin/coreutils/src/
H A Dinstall.c228 security_context_t to_scontext = NULL; local
234 if (getfilecon (dest_name, &to_scontext) == -1)
240 scontext_match = STREQ (file_scontext, to_scontext);
243 freecon (to_scontext);

Completed in 43 milliseconds