Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dmodule_to_cil.c2906 static int context_string_to_cil(char *contextstr) in context_string_to_cil() argument
2915 matched = sscanf(contextstr, "%m[^:]:%m[^:]:%m[^:]:%ms", &user, &role, &type, &level); in context_string_to_cil()
2917 log_err("Invalid context: %s", contextstr); in context_string_to_cil()