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

  /external/selinux/checkpolicy/
policy_scan.l 116 TYPE_CHANGE |
117 type_change { return(TYPE_CHANGE); }
policy_parse.y 114 %token TYPE_CHANGE
423 | TYPE_CHANGE names names ':' names identifier ';'
459 | TYPE_CHANGE names names ':' names identifier ';'
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 627 the type rules (type_trans, type_change, and type_member). The major
631 TYPE_CHANGE = 1
645 elif self.rule_type == self.TYPE_CHANGE:
646 return "type_change"
refparser.py 118 'TYPE_CHANGE',
184 'type_change' : 'TYPE_CHANGE',
814 | TYPE_CHANGE names names COLON names IDENTIFIER SEMI
818 if p[1] == 'type_change':
819 t.rule_type = refpolicy.TypeRule.TYPE_CHANGE

Completed in 939 milliseconds