Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/seccomp/scripts/
H A Dgenerate_code_from_policy.py186 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): argument
289 for item in allow_list:
311 self.final_allow_list |= self.allow_list
/ohos5.0/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py186 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): argument
289 for item in allow_list:
311 self.final_allow_list |= self.allow_list
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dmerge_policy.py135 dict_allow_list.update({arch: self.seccomp_policy_param.get(arch).allow_list})