Searched refs:newtypecon (Results 1 – 1 of 1) sorted by relevance
547 static int compare_types(char *curcon, char *newcon, char **newtypecon) in compare_types() argument572 *newtypecon = strdup(context_str(conb)); in compare_types()573 if (!*newtypecon) { in compare_types()592 char *newtypecon = NULL; in restorecon_sb() local680 rc = compare_types(curcon, newcon, &newtypecon); in restorecon_sb()684 if (newtypecon) { in restorecon_sb()686 newcon = newtypecon; in restorecon_sb()