Searched refs:allow_list (Results 1 – 3 of 3) sorted by relevance
186 self.allow_list = set()214 self.allow_list.clear()231 return self.update_list(function_name, self.allow_list)288 def check_allow_list(self, allow_list): argument289 for item in allow_list:311 self.final_allow_list |= self.allow_list
135 dict_allow_list.update({arch: self.seccomp_policy_param.get(arch).allow_list})