Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_binary.c170 static int __cil_expand_role(struct cil_symtab_datum *datum, ebitmap_t *new) in __cil_expand_role() function
764 rc = __cil_expand_role(userrole->role, &role_bitmap); in cil_userrole_to_policydb()
1882 rc = __cil_expand_role(DATUM(roletrans->src), &role_bitmap); in cil_roletrans_to_policydb()
1965 rc = __cil_expand_role(roleallow->src, &src_bitmap); in cil_roleallow_to_policydb()
1968 rc = __cil_expand_role(roleallow->tgt, &tgt_bitmap); in cil_roleallow_to_policydb()
2019 rc = __cil_expand_role(item->data, &role_bitmap); in __cil_constrain_expr_datum_to_sepol_expr()