Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dis_customizable_type.c12 static char **customizable_list = NULL; variable
61 customizable_list = list; in customizable_init()
71 if (!customizable_list) in is_context_customizable()
84 for (i = 0; customizable_list[i]; i++) { in is_context_customizable()
85 if (strcmp(customizable_list[i], type) == 0) { in is_context_customizable()