Searched refs:ROLE_ATTRIB (Results 1 – 9 of 9) sorted by relevance
362 if (role->flavor == ROLE_ATTRIB in role_copy_callback()363 && base_role->flavor != ROLE_ATTRIB) { in role_copy_callback()368 } else if (role->flavor != ROLE_ATTRIB in role_copy_callback()369 && base_role->flavor == ROLE_ATTRIB) { in role_copy_callback()1127 if (role->flavor == ROLE_ATTRIB) { in role_fix_callback()2409 if (role->flavor != ROLE_ATTRIB) in expand_role_attributes()2418 if (sub_attr->flavor != ROLE_ATTRIB) in expand_role_attributes()2463 if (decl_role->flavor != ROLE_ATTRIB) in populate_decl_roleattributes()2468 assert(base_role != NULL && base_role->flavor == ROLE_ATTRIB); in populate_decl_roleattributes()
85 if (role->flavor != ROLE_ATTRIB) { in ebitmap_expand_roles()786 if (role->flavor != ROLE_ATTRIB) in role_fix_callback()795 assert(new_role != NULL && new_role->flavor == ROLE_ATTRIB); in role_fix_callback()2454 if (role->flavor == ROLE_ATTRIB) { in role_set_expand()
1146 if ((role->flavor == ROLE_ATTRIB) && in role_write()2165 if (role->flavor == ROLE_ATTRIB) { in role_attr_uncount()
1261 if (role && role->flavor == ROLE_ATTRIB) { in write_role_attributes_to_cil()
1249 if (role && role->flavor == ROLE_ATTRIB) { in write_role_attributes_to_conf()
2184 case ROLE_ATTRIB: in role_to_cil()
261 isattr = isattr ? ROLE_ATTRIB : ROLE_ROLE; in create_role()690 dest_roledatum->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE; in get_local_role()700 if (dest_roledatum->flavor != isattr ? ROLE_ATTRIB : ROLE_ROLE) in get_local_role()
2713 role = get_local_role(id, role->s.value, (role->flavor == ROLE_ATTRIB)); in define_role_types()2766 if (attr->flavor != ROLE_ATTRIB) { in define_role_attr()2831 if (attr->flavor != ROLE_ATTRIB) { in define_roleattribute()
145 #define ROLE_ATTRIB 1 /* attribute */ macro