Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h233 extern char *CIL_KEY_ALLOWX;
Dcil.c216 char *CIL_KEY_ALLOWX; variable
385 CIL_KEY_ALLOWX = cil_strpool_add("allowx"); in cil_init_keys()
1281 return CIL_KEY_ALLOWX; in cil_node_to_string()
Dcil_binary.c4756 allow_str = CIL_KEY_ALLOWX; in __cil_print_neverallow_failure()
Dcil_build_ast.c6358 } else if (parse_current->data == CIL_KEY_ALLOWX) { in parse_statement()