Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h224 char *CIL_KEY_NEVERALLOWX; variable
Dcil.c231 CIL_KEY_NEVERALLOWX = cil_strpool_add("neverallowx"); in cil_init_keys()
1036 return CIL_KEY_NEVERALLOWX; in cil_node_to_string()
Dcil_binary.c4356 neverallow_str = CIL_KEY_NEVERALLOWX; in __cil_print_neverallow_failure()
Dcil_build_ast.c6125 } else if (parse_current->data == CIL_KEY_NEVERALLOWX) { in __cil_build_ast_node_helper()