Home
last modified time | relevance | path

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

/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()

Completed in 5 milliseconds