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

  /external/checkpolicy/
module_compiler.c 220 role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
257 dest_role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
584 dest_roledatum->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
594 if (dest_roledatum->flavor != isattr ? ROLE_ATTRIB : ROLE_ROLE)
884 role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE;
    [all...]
policy_define.c     [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 136 #define ROLE_ROLE 0 /* regular role in kernel policies */
  /external/libsepol/src/
policydb.c     [all...]
expand.c 763 regular_role->flavor == ROLE_ROLE);
    [all...]

Completed in 27 milliseconds