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

/external/selinux/libsepol/src/
H A Dmodule_to_cil.c2918 static int context_string_to_cil(char *contextstr) argument
2927 matched = tokenize(contextstr, ':', 4, &user, &role, &type, &level);
2929 log_err("Invalid context: %s", contextstr);

Completed in 86 milliseconds