Home
last modified time | relevance | path

Searched refs:cil_gen_avrulex (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h114 int cil_gen_avrulex(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t r…
Dcil_build_ast.c2183 int cil_gen_avrulex(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t r… in cil_gen_avrulex() function
6331 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_ALLOWED); in __cil_build_ast_node_helper()
6334 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_AUDITALLOW); in __cil_build_ast_node_helper()
6337 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_DONTAUDIT); in __cil_build_ast_node_helper()
6340 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_NEVERALLOW); in __cil_build_ast_node_helper()