Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h85 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
/external/selinux/libsepol/src/
Dexpand.c91 if (ebitmap_union(&tmp, &role->roles)) { in ebitmap_expand_roles()
210 if (ebitmap_union(&new_type->types, &tmp_union)) { in attr_convert_callback()
800 if (ebitmap_union(&new_role->roles, &mapped_roles)) { in role_fix_callback()
817 if (ebitmap_union(&regular_role->types.types, in role_fix_callback()
891 if (ebitmap_union(&new_role->dominates, &role->dominates)) { in role_copy_callback()
906 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) { in role_copy_callback()
1094 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) { in user_copy_callback()
2480 if (ebitmap_union(&roles, in role_set_expand()
2560 if (ebitmap_union(&types, &type->types)) { in type_set_expand()
2575 if (ebitmap_union in type_set_expand()
Dassertion.c255 rc = ebitmap_union(&tgt_matches, &self_matches); in report_assertion_avtab_matches()
413 rc = ebitmap_union(&tgt_matches, &self_matches); in check_assertion_extended_permissions()
Dlink.c1021 if (ebitmap_union(&dst->roles, &tmp)) { in role_set_or_convert()
1108 if (ebitmap_union(&dest_role->dominates, &e_tmp)) { in role_fix_callback()
1120 if (ebitmap_union(&dest_role->roles, &e_tmp)) { in role_fix_callback()
1166 if (ebitmap_union(&new_type->types, &e_tmp)) { in type_fix_callback()
2385 if (ebitmap_union(&role->roles, &sub_attr->roles)) { in expand_role_attributes()
2423 if (ebitmap_union(&base_role->roles, &decl_role->roles)) { in populate_decl_roleattributes()
Debitmap.c61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) in ebitmap_union() function
Dpolicydb.c2744 if (ebitmap_union(&stypes, &datum->stypes)) in filename_trans_check_datum()
/external/selinux/libsepol/cil/src/
Dcil_post.c902 ebitmap_union(bitmap, attr->types); in __cil_type_to_bitmap()
958 ebitmap_union(bitmap, attr->users); in __cil_user_to_bitmap()
1002 ebitmap_union(bitmap, attr->roles); in __cil_role_to_bitmap()
1402 ebitmap_union(out, &tmp); in __cil_expr_to_bitmap()
1432 ebitmap_union(out, &bitmap); in __cil_expr_list_to_bitmap()
1626 ebitmap_union(role->types, attr->types); in __cil_role_assign_types()
1712 ebitmap_union(user->roles, attr->roles); in __cil_user_assign_roles()
Dcil_binary.c1798 rc = ebitmap_union(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()
/external/selinux/checkpolicy/
Dmodule_compiler.c1385 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
1412 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
/external/selinux/mcstrans/src/
Dmcstrans.c1258 if (ebitmap_union(&mraw->cat, &set) < 0) goto err; in compute_raw_from_trans()