mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-21 10:37:11 +00:00
fix typo
Signed-off-by: lilinjie <lilinjie@uniontech.com>
This commit is contained in:
parent
1f0d28bfe2
commit
665a69941d
@ -227,7 +227,7 @@ class LevelDeclWrapper(Wrapper[LevelDecl]):
|
||||
|
||||
def __eq__(self, other):
|
||||
# non-MLS policies have no level declarations so there
|
||||
# should be no AttributeError possiblity here
|
||||
# should be no AttributeError possibility here
|
||||
return self.sensitivity == other.sensitivity
|
||||
|
||||
def __lt__(self, other):
|
||||
|
Loading…
Reference in New Issue
Block a user