Home
last modified time | relevance | path

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

/external/selinux/checkpolicy/
Dmodule_compiler.c261 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()
Dpolicy_define.c3192 if (role->flavor != ROLE_ROLE) { in define_role_trans()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h140 #define ROLE_ROLE 0 /* regular role in kernel policies */ macro
/external/selinux/libsepol/src/
Dpolicydb.c1660 if (!((base_role->flavor == ROLE_ROLE) && in symtab_insert()
1661 (cur_role->flavor == ROLE_ROLE))) { in symtab_insert()
Dkernel_to_cil.c2128 if (role && role->flavor == ROLE_ROLE) { in write_role_decl_rules_to_cil()
Dkernel_to_conf.c2093 if (role && role->flavor == ROLE_ROLE) { in write_role_decl_rules_to_conf()
Dexpand.c782 regular_role->flavor == ROLE_ROLE); in role_fix_callback()
Dmodule_to_cil.c2098 case ROLE_ROLE: in role_to_cil()