Searched refs:to_context (Results 1 – 1 of 1) sorted by relevance
2884 char *to_context = NULL; in mch_copy_sec() local2899 if (getfilecon((char *)to_file, &to_context) < 0) in mch_copy_sec()2907 if (strcmp(from_context, to_context) != 0) in mch_copy_sec()2916 freecon(to_context); in mch_copy_sec()