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.h162 CIL_PERM, enumerator
Dcil_reset_ast.c404 case CIL_PERM: in __cil_reset_node()
Dcil_tree.c522 if (current_perm->flavor == CIL_PERM) { in cil_tree_print_perms_list()
1706 } else if (current->flavor != CIL_PERM) { in cil_tree_print()
1729 if (current->flavor == CIL_PERM) { in cil_tree_print()
Dcil_post.c1016 case CIL_PERM: in __cil_expr_to_bitmap_helper()
1736 if (cil_verify_is_list(perms, CIL_PERM)) { in __evaluate_perm_expression()
1778 …rc = __evaluate_perm_expression(cp->perms, CIL_PERM, &class->perms, common_symtab, class->num_perm… in __evaluate_classperms()
Dcil.c541 case CIL_PERM: in cil_destroy_data()
807 case CIL_PERM: in cil_flavor_to_symtab_index()
934 case CIL_PERM: in cil_node_to_string()
Dcil_write_ast.c1166 case CIL_PERM: in __cil_write_node_helper()
Dcil_build_ast.c376 rc = cil_gen_perm_nodes(db, perms, ast_node, CIL_PERM, &class->num_perms); in cil_gen_class()
573 rc = cil_gen_expr(start_perm, CIL_PERM, perms); in cil_fill_perms()
950 …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.c1721 case CIL_PERM: in __cil_copy_node_helper()
Dcil_binary.c4693 cil_list_init(&cp->perms, CIL_PERM); in cil_classperms_from_sepol()
4699 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()