Searched refs:TEMP_ALLOW (Results 1 – 6 of 6) sorted by relevance
147 if allow == Rule.TEMP_ALLOW and self.ignore_temp_rules:177 ((dst, Rule.TEMP_ALLOW) not in deps_graph[src]) and \225 elif allow == Rule.TEMP_ALLOW:
22 TEMP_ALLOW = '!' variable in Rule72 if not rule_string[0] in [Rule.ALLOW, Rule.DISALLOW, Rule.TEMP_ALLOW]:
79 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
86 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
161 (fail_on_temp_allow and rule.allow == Rule.TEMP_ALLOW)):
164 if self._ignore_temp_rules and rule_str.startswith(Rule.TEMP_ALLOW):