Searched refs:ROLE_ATTRIB (Results 1 – 9 of 9) sorted by relevance
364 if (role->flavor == ROLE_ATTRIB in role_copy_callback()365 && base_role->flavor != ROLE_ATTRIB) { in role_copy_callback()370 } else if (role->flavor != ROLE_ATTRIB in role_copy_callback()371 && base_role->flavor == ROLE_ATTRIB) { in role_copy_callback()1129 if (role->flavor == ROLE_ATTRIB) { in role_fix_callback()2408 if (role->flavor != ROLE_ATTRIB) in expand_role_attributes()2417 if (sub_attr->flavor != ROLE_ATTRIB) in expand_role_attributes()2462 if (decl_role->flavor != ROLE_ATTRIB) in populate_decl_roleattributes()2467 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()2479 if (role->flavor == ROLE_ATTRIB) { in role_set_expand()
1146 if ((role->flavor == ROLE_ATTRIB) && in role_write()2185 if (role->flavor == ROLE_ATTRIB) { in role_attr_uncount()
1265 if (role && role->flavor == ROLE_ATTRIB) { in write_role_attributes_to_conf()
1287 if (role && role->flavor == ROLE_ATTRIB) { in write_role_attributes_to_cil()
2191 case ROLE_ATTRIB: in role_to_cil()
262 isattr = isattr ? ROLE_ATTRIB : ROLE_ROLE; in create_role()691 dest_roledatum->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE; in get_local_role()701 if (dest_roledatum->flavor != isattr ? ROLE_ATTRIB : ROLE_ROLE) in get_local_role()
2722 role = get_local_role(id, role->s.value, (role->flavor == ROLE_ATTRIB)); in define_role_types()2775 if (attr->flavor != ROLE_ATTRIB) { in define_role_attr()2840 if (attr->flavor != ROLE_ATTRIB) { in define_roleattribute()
145 #define ROLE_ATTRIB 1 /* attribute */ macro