HomeSort by relevance Sort by last modified time
    Searched refs:ROLE_ATTRIB (Results 1 - 6 of 6) 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/src/
link.c 355 if (role->flavor == ROLE_ATTRIB
356 && base_role->flavor != ROLE_ATTRIB) {
361 } else if (role->flavor != ROLE_ATTRIB
362 && base_role->flavor == ROLE_ATTRIB) {
1119 if (role->flavor == ROLE_ATTRIB) {
    [all...]
write.c 1012 if ((role->flavor == ROLE_ATTRIB) &&
    [all...]
expand.c 733 if (role->flavor != ROLE_ATTRIB)
742 assert(new_role != NULL && new_role->flavor == ROLE_ATTRIB);
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 137 #define ROLE_ATTRIB 1 /* attribute */

Completed in 44 milliseconds