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.c3203 if (role->flavor != ROLE_ROLE) { in define_role_trans()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h143 #define ROLE_ROLE 0 /* regular role in kernel policies */ macro
/external/selinux/libsepol/src/
Dpolicydb.c1693 if (!((base_role->flavor == ROLE_ROLE) && in symtab_insert()
1694 (cur_role->flavor == ROLE_ROLE))) { in symtab_insert()
Dkernel_to_cil.c2145 if (role && role->flavor == ROLE_ROLE) { in write_role_decl_rules_to_cil()
Dkernel_to_conf.c2110 if (role && role->flavor == ROLE_ROLE) { in write_role_decl_rules_to_conf()
Dexpand.c783 regular_role->flavor == ROLE_ROLE); in role_fix_callback()
Dmodule_to_cil.c2136 case ROLE_ROLE: in role_to_cil()