Searched refs:newtypecon (Results 1 – 1 of 1) sorted by relevance
590 static int compare_types(const char *curcon, const char *newcon, char **newtypecon) in compare_types() argument615 *newtypecon = strdup(context_str(conb)); in compare_types()616 if (!*newtypecon) { in compare_types()641 char *newtypecon = NULL; in restorecon_sb() local743 rc = compare_types(curcon, newcon, &newtypecon); in restorecon_sb()747 if (newtypecon) { in restorecon_sb()749 newcon = newtypecon; in restorecon_sb()