HomeSort by relevance Sort by last modified time
    Searched refs:ROLE_ATTRIB (Results 1 - 7 of 7) sorted by null

  /external/selinux/checkpolicy/
module_compiler.c 221 role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
258 dest_role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
585 dest_roledatum->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
595 if (dest_roledatum->flavor != isattr ? ROLE_ATTRIB : ROLE_ROLE)
885 role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
    [all...]
policy_define.c     [all...]
  /external/selinux/libsepol/src/
link.c 362 if (role->flavor == ROLE_ATTRIB
363 && base_role->flavor != ROLE_ATTRIB) {
368 } else if (role->flavor != ROLE_ATTRIB
369 && base_role->flavor == ROLE_ATTRIB) {
1135 if (role->flavor == ROLE_ATTRIB) {
    [all...]
write.c 1054 if ((role->flavor == ROLE_ATTRIB) &&
    [all...]
expand.c 751 if (role->flavor != ROLE_ATTRIB)
760 assert(new_role != NULL && new_role->flavor == ROLE_ATTRIB);
    [all...]
module_to_cil.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 140 #define ROLE_ATTRIB 1 /* attribute */

Completed in 86 milliseconds