Home
last modified time | relevance | path

Searched refs:cil_gen_avrule (Results 1 – 4 of 4) 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.c1989 int cil_gen_avrule(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t ru… in cil_gen_avrule() function
6137 rc = cil_gen_avrule(parse_current, ast_node, CIL_AVRULE_ALLOWED); in __cil_build_ast_node_helper()
6141 rc = cil_gen_avrule(parse_current, ast_node, CIL_AVRULE_AUDITALLOW); in __cil_build_ast_node_helper()
6144 rc = cil_gen_avrule(parse_current, ast_node, CIL_AVRULE_DONTAUDIT); in __cil_build_ast_node_helper()
6147 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_build_ast.c8153 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule()
8191 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule_permset()
8213 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule_permset_anon()
8235 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule_extra_neg()
8257 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule_sourceparens()
8279 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule_sourceemptyparen_neg()
8301 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule_targetparens()
8323 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule_targetemptyparen_neg()
8345 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule_currnull_neg()
8360 int rc = cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_gen_avrule_astnull_neg()
[all …]
Dtest_cil_copy_ast.c602 cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_copy_avrule()