Searched refs:NEVERALLOW (Results 1 - 5 of 5) sorted by relevance

/external/selinux/checkpolicy/
H A Dpolicy_scan.l135 NEVERALLOW |
136 neverallow { return(NEVERALLOW); }
H A Dpolicy_parse.y124 %token NEVERALLOW
481 neverallow_def : NEVERALLOW names names ':' names names ';'
/external/selinux/python/sepolicy/sepolicy/
H A D__init__.py45 NEVERALLOW = 'neverallow' variable
294 valid_types = set([ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW])
316 if NEVERALLOW in types:
317 tertypes.append(NEVERALLOW)
/external/selinux/python/sepolgen/src/sepolgen/
H A Drefparser.py114 'NEVERALLOW',
180 'neverallow' : 'NEVERALLOW',
795 | NEVERALLOW names names COLON names names SEMI
803 a.rule_type = refpolicy.AVRule.NEVERALLOW
H A Drefpolicy.py453 NEVERALLOW = 3 variable in class:AVRule

Completed in 521 milliseconds