Searched refs:allow_list_with_args (Results 1 – 3 of 3) sorted by relevance
189 self.allow_list_with_args = set()215 self.allow_list_with_args.clear()248 self.allow_list_with_args.add(function_name_with_args)313 self.final_allow_list_with_args |= self.allow_list_with_args769 def gen_bpf_policy_with_args(self, allow_list_with_args, mode, return_value): argument772 for line in allow_list_with_args:773 if self.gen_mode == 1 and line == list(allow_list_with_args)[-1]:
137 … dict_allow_list_with_args.update({arch: self.seccomp_policy_param.get(arch).allow_list_with_args})