Home
last modified time | relevance | path

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

/third_party/selinux/checkpolicy/
Dmodule_compiler.c262 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()
Dpolicy_define.c3186 if (role->flavor != ROLE_ROLE) { in define_role_trans()
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h144 #define ROLE_ROLE 0 /* regular role in kernel policies */ macro
/third_party/selinux/libsepol/src/
Dpolicydb_validate.c450 case ROLE_ROLE: in validate_role_datum()
Dpolicydb.c1723 if (!((base_role->flavor == ROLE_ROLE) && in symtab_insert()
1724 (cur_role->flavor == ROLE_ROLE))) { in symtab_insert()
Dkernel_to_conf.c2183 if (role && role->flavor == ROLE_ROLE) { in write_role_decl_rules_to_conf()
Dkernel_to_cil.c2210 if (role && role->flavor == ROLE_ROLE) { in write_role_decl_rules_to_cil()
Dexpand.c815 regular_role->flavor == ROLE_ROLE); in role_fix_callback()
Dmodule_to_cil.c2133 case ROLE_ROLE: in role_to_cil()