mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-01 22:58:12 +00:00
Remove unnecessary permissive types generator in SELinuxPolicy.
This commit is contained in:
parent
7e8ea8438c
commit
95d67e013d
@ -381,12 +381,6 @@ class SELinuxPolicy(object):
|
||||
for cap in self.policy.polcap_iter():
|
||||
yield polcap.polcap_factory(self.policy, cap)
|
||||
|
||||
def permissives(self):
|
||||
"""Generator which yields all permissive types."""
|
||||
|
||||
for type_ in self.policy.permissive_iter():
|
||||
yield typeattr.type_factory(self.policy, type_)
|
||||
|
||||
#
|
||||
# Policy rules generators
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user