Home
last modified time | relevance | path

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

/external/selinux/python/sepolicy/sepolicy/
Dgui.py1625 def exclude_type(self, type, exclude_list): member in SELinuxGui
1661 …if write.startswith(compare) and not self.exclude_type(write, exclude_list) and write in self.file…
1670 if app.startswith(compare) and not self.exclude_type(app, exclude_list):