Home
last modified time | relevance | path

Searched refs:CIL_PERM (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h165 CIL_PERM, enumerator
Dcil_reset_ast.c418 case CIL_PERM: in __cil_reset_node()
Dcil_tree.c526 if (current_perm->flavor == CIL_PERM) { in cil_tree_print_perms_list()
1750 } else if (current->flavor != CIL_PERM) { in cil_tree_print()
1773 if (current->flavor == CIL_PERM) { in cil_tree_print()
Dcil.c549 case CIL_PERM: in cil_destroy_data()
824 case CIL_PERM: in cil_flavor_to_symtab_index()
951 case CIL_PERM: in cil_node_to_string()
Dcil_post.c1264 case CIL_PERM: in __cil_expr_to_bitmap_helper()
2058 if (cil_verify_is_list(perms, CIL_PERM)) { in __evaluate_perm_expression()
2100 …rc = __evaluate_perm_expression(cp->perms, CIL_PERM, &class->perms, common_symtab, class->num_perm… in __evaluate_classperms()
Dcil_write_ast.c1182 case CIL_PERM: in __cil_write_node_helper()
Dcil_build_ast.c410 rc = cil_gen_perm_nodes(db, perms, ast_node, CIL_PERM, &class->num_perms); in cil_gen_class()
607 rc = cil_gen_expr(start_perm, CIL_PERM, perms); in cil_fill_perms()
984 …rc = cil_gen_perm_nodes(db, parse_current->next->next->cl_head, ast_node, CIL_PERM, &common->num_p… in cil_gen_common()
Dcil_copy_ast.c1789 case CIL_PERM: in __cil_copy_node_helper()
Dcil_binary.c4796 cil_list_init(&cp->perms, CIL_PERM); in cil_classperms_from_sepol()
4802 cil_list_append(cp->perms, CIL_PERM, perm); in cil_classperms_from_sepol()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c798 …rm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM); in test_cil_gen_perm_nodes()
828 …rm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM); in test_cil_gen_perm_nodes_failgen_neg()
856 …rm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM); in test_cil_gen_perm_nodes_inval_perm_neg()