Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_internal.h236 extern char *CIL_KEY_NEVERALLOWX;
Dcil.c219 char *CIL_KEY_NEVERALLOWX; variable
388 CIL_KEY_NEVERALLOWX = cil_strpool_add("neverallowx"); in cil_init_keys()
1287 return CIL_KEY_NEVERALLOWX; in cil_node_to_string()
Dcil_binary.c4618 neverallow_str = CIL_KEY_NEVERALLOWX; in __cil_print_neverallow_failure()
Dcil_build_ast.c6330 } else if (parse_current->data == CIL_KEY_NEVERALLOWX) { in parse_statement()