Searched refs:allow_list (Results 1 – 2 of 2) sorted by relevance
182 self.allow_list = set()210 self.allow_list.clear()227 return self.update_list(function_name, self.allow_list)284 def check_allow_list(self, allow_list): argument285 for item in allow_list:307 self.final_allow_list |= self.allow_list
132 dict_allow_list.update({arch: self.seccomp_policy_param.get(arch).allow_list})