mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-22 05:59:58 +00:00
sepolgen typo fix
Commit b3b3f8186e
attempted to fix a bug,
but didn't. The following patch should do it.
Marshall Miller
Signed-off-by: Chad Sellers <csellers@tresys.com>
This commit is contained in:
parent
35490f2fa5
commit
7e3311a9a7
@ -313,7 +313,7 @@ class RoleTypeSet:
|
||||
|
||||
def __len__(self):
|
||||
"""Return the unique number of role allow statements."""
|
||||
return len(self.role_type.keys())
|
||||
return len(self.role_types.keys())
|
||||
|
||||
def add(self, role, type):
|
||||
if self.role_types.has_key(role):
|
||||
|
Loading…
Reference in New Issue
Block a user