Home
last modified time | relevance | path

Searched refs:cil_gen_avrule (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h112 int cil_gen_avrule(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t ru…
Dcil_build_ast.c2023 int cil_gen_avrule(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t ru… in cil_gen_avrule() function
6321 rc = cil_gen_avrule(parse_current, ast_node, CIL_AVRULE_ALLOWED); in __cil_build_ast_node_helper()
6325 rc = cil_gen_avrule(parse_current, ast_node, CIL_AVRULE_AUDITALLOW); in __cil_build_ast_node_helper()
6328 rc = cil_gen_avrule(parse_current, ast_node, CIL_AVRULE_DONTAUDIT); in __cil_build_ast_node_helper()
6331 rc = cil_gen_avrule(parse_current, ast_node, CIL_AVRULE_NEVERALLOW); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c602 cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_copy_avrule()