Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h193 extern char *CIL_KEY_NEVERALLOW;
Dcil.c196 char *CIL_KEY_NEVERALLOW; variable
339 CIL_KEY_NEVERALLOW = cil_strpool_add("neverallow"); in cil_init_keys()
1219 return CIL_KEY_NEVERALLOW; in cil_node_to_string()
Dcil_write_ast.c805 rulekind = CIL_KEY_NEVERALLOW; in cil_write_avrule_orig()
Dcil_binary.c4530 neverallow_str = CIL_KEY_NEVERALLOW; in __cil_print_neverallow_failure()
Dcil_build_ast.c6330 } else if (parse_current->data == CIL_KEY_NEVERALLOW) { in __cil_build_ast_node_helper()