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

  /external/selinux/checkpolicy/
policy_scan.l 150 AUDITALLOWXPERM |
151 auditallowxperm { return(AUDITALLOWXPERM); }
policy_parse.y 132 %token AUDITALLOWXPERM
495 xperm_auditallow_def : AUDITALLOWXPERM names names ':' names identifier xperms ';'
    [all...]
  /external/selinux/python/sepolgen/tests/
test_refpolicy.py 203 a.rule_type = a.AUDITALLOWXPERM
204 self.assertEqual(a._AVExtRule__rule_type_str(), "auditallowxperm")
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 569 auditallowxperm, and neverallowxperm rules.
577 AUDITALLOWXPERM = 2
596 elif self.rule_type == self.AUDITALLOWXPERM:
597 return "auditallowxperm"

Completed in 306 milliseconds