Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h112 extern char *CIL_KEY_ALLOW;
Dcil.c95 char *CIL_KEY_ALLOW; variable
264 CIL_KEY_ALLOW = cil_strpool_add("allow"); in cil_init_keys()
1267 return CIL_KEY_ALLOW; in cil_node_to_string()
Dcil_build_ast.c6220 parse_current->data != CIL_KEY_ALLOW && in check_for_illegal_statement()
6350 } else if (parse_current->data == CIL_KEY_ALLOW) { in parse_statement()
Dcil_binary.c4752 allow_str = CIL_KEY_ALLOW; in __cil_print_neverallow_failure()