Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/seccomp/scripts/
H A Dgenerate_code_from_policy.py288 def check_allow_list(self, allow_list): member in SeccompPolicyParam
299 flag = self.check_allow_list(self.final_allow_list) \
300 and self.check_allow_list(self.final_priority) \
301 and self.check_allow_list(self.final_priority_with_args) \
302 and self.check_allow_list(self.final_allow_list_with_args)
874 def check_allow_list(self): member in SeccompPolicyParser
920 self.check_allow_list()
/ohos5.0/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py288 def check_allow_list(self, allow_list): member in SeccompPolicyParam
299 flag = self.check_allow_list(self.final_allow_list) \
300 and self.check_allow_list(self.final_priority) \
301 and self.check_allow_list(self.final_priority_with_args) \
302 and self.check_allow_list(self.final_allow_list_with_args)
874 def check_allow_list(self): member in SeccompPolicyParser
920 self.check_allow_list()