Home
last modified time | relevance | path

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

/base/startup/init/services/modules/seccomp/scripts/
Dgenerate_code_from_policy.py182 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): argument
285 for item in allow_list:
307 self.final_allow_list |= self.allow_list
/base/startup/init/services/modules/seccomp/scripts/tools/
Dmerge_policy.py132 dict_allow_list.update({arch: self.seccomp_policy_param.get(arch).allow_list})