Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h81 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1);
/external/selinux/libsepol/cil/src/
Dcil_post.c888 ebitmap_union(bitmap, attr->types); in __cil_type_to_bitmap()
944 ebitmap_union(bitmap, attr->users); in __cil_user_to_bitmap()
988 ebitmap_union(bitmap, attr->roles); in __cil_role_to_bitmap()
1400 ebitmap_union(out, &tmp); in __cil_expr_to_bitmap()
1430 ebitmap_union(out, &bitmap); in __cil_expr_list_to_bitmap()
1620 ebitmap_union(role->types, attr->types); in __cil_role_assign_types()
1710 ebitmap_union(user->roles, attr->roles); in __cil_user_assign_roles()
Dcil_binary.c1779 rc = ebitmap_union(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()
/external/selinux/libsepol/src/
Dexpand.c180 if (ebitmap_union(&new_type->types, &tmp_union)) { in attr_convert_callback()
767 if (ebitmap_union(&new_role->roles, &mapped_roles)) { in role_fix_callback()
785 if (ebitmap_union(&regular_role->types.types, in role_fix_callback()
860 if (ebitmap_union(&new_role->dominates, &role->dominates)) { in role_copy_callback()
875 if (ebitmap_union(&new_role->types.types, &tmp_union_types)) { in role_copy_callback()
1059 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) { in user_copy_callback()
2485 if (ebitmap_union(&roles, in role_set_expand()
2571 if (ebitmap_union(&types, &type->types)) { in type_set_expand()
2587 if (ebitmap_union in type_set_expand()
Dassertion.c257 rc = ebitmap_union(&tgt_matches, &self_matches); in report_assertion_avtab_matches()
428 rc = ebitmap_union(&tgt_matches, &self_matches); in check_assertion_extended_permissions()
Dlink.c1031 if (ebitmap_union(&dst->roles, &tmp)) { in role_set_or_convert()
1127 if (ebitmap_union(&dest_role->dominates, &e_tmp)) { in role_fix_callback()
1146 if (ebitmap_union(&dest_role->roles, &e_tmp)) { in role_fix_callback()
1201 if (ebitmap_union(&new_type->types, &e_tmp)) { in type_fix_callback()
2459 if (ebitmap_union(&role->roles, &sub_attr->roles)) { in expand_role_attributes()
2498 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
/external/selinux/checkpolicy/
Dmodule_compiler.c1376 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
1403 if (ebitmap_union(dest_bitmap, src_bitmap)) { in copy_requirements()
/external/selinux/mcstrans/src/
Dmcstrans.c1207 if (ebitmap_union(&mraw->cat, &set) < 0) goto err; in compute_raw_from_trans()