Home
last modified time | relevance | path

Searched refs:AUDITALLOWXPERM (Results 1 – 4 of 4) sorted by relevance

/external/selinux/checkpolicy/
Dpolicy_scan.l150 AUDITALLOWXPERM |
151 auditallowxperm { return(AUDITALLOWXPERM); }
Dpolicy_parse.y132 %token AUDITALLOWXPERM
495 xperm_auditallow_def : AUDITALLOWXPERM names names ':' names identifier xperms ';'
/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py577 AUDITALLOWXPERM = 2 variable in AVExtRule
596 elif self.rule_type == self.AUDITALLOWXPERM:
/external/selinux/python/sepolgen/tests/
Dtest_refpolicy.py203 a.rule_type = a.AUDITALLOWXPERM