Home
last modified time | relevance | path

Searched refs:allow_list_with_args (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/init/services/modules/seccomp/scripts/
H A Dgenerate_code_from_policy.py189 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_args
769 def gen_bpf_policy_with_args(self, allow_list_with_args, mode, return_value): argument
772 for line in allow_list_with_args:
773 if self.gen_mode == 1 and line == list(allow_list_with_args)[-1]:
/ohos5.0/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py189 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_args
769 def gen_bpf_policy_with_args(self, allow_list_with_args, mode, return_value): argument
772 for line in allow_list_with_args:
773 if self.gen_mode == 1 and line == list(allow_list_with_args)[-1]:
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dmerge_policy.py137 … dict_allow_list_with_args.update({arch: self.seccomp_policy_param.get(arch).allow_list_with_args})