Searched refs:AUDITALLOW (Results 1 – 5 of 5) sorted by relevance
142 AUDITALLOW |143 auditallow { return(AUDITALLOW); }
128 %token AUDITALLOW440 cond_auditallow_def : AUDITALLOW names names ':' names names ';'480 auditallow_def : AUDITALLOW names names ':' names names ';'
43 AUDITALLOW = 'auditallow' variable342 valid_types = set([ALLOW, AUDITALLOW, NEVERALLOW, DONTAUDIT, TRANSITION, ROLE_ALLOW])366 if AUDITALLOW in types:367 tertypes.append(AUDITALLOW)
519 AUDITALLOW = 2 variable in AVRule537 elif self.rule_type == self.AUDITALLOW:
801 a.rule_type = refpolicy.AVRule.AUDITALLOW