Home
last modified time | relevance | path

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

/external/selinux/checkpolicy/
Dmodule_compiler.c221 role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE; in declare_role()
258 dest_role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE; in declare_role()
585 dest_roledatum->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE; in get_local_role()
595 if (dest_roledatum->flavor != isattr ? ROLE_ATTRIB : ROLE_ROLE) in get_local_role()
885 role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE; in require_role_or_attribute()
Dpolicy_define.c3082 if (role->flavor != ROLE_ROLE) { in define_role_trans()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h139 #define ROLE_ROLE 0 /* regular role in kernel policies */ macro
/external/selinux/libsepol/src/
Dpolicydb.c1553 if (!((base_role->flavor == ROLE_ROLE) && in symtab_insert()
1554 (cur_role->flavor == ROLE_ROLE))) { in symtab_insert()
Dexpand.c781 regular_role->flavor == ROLE_ROLE); in role_fix_callback()
Dmodule_to_cil.c2021 case ROLE_ROLE: in role_to_cil()