Return the level when looking at the customized changes of users.
If someone specifies an initial level other then s0, we want to catch this and report it in customized.
This commit is contained in:
parent
3dafb1046d
commit
a9bf18c4a5
1 changed files with 1 additions and 1 deletions
|
@ -958,7 +958,7 @@ class seluserRecords(semanageRecords):
|
|||
keys = ddict.keys()
|
||||
keys.sort()
|
||||
for k in keys:
|
||||
l.append("-a -r %s -R '%s' %s" % (ddict[k][2], ddict[k][3], k))
|
||||
l.append("-a -l %s -r %s -R '%s' %s" % (ddict[k][1], ddict[k][2], ddict[k][3], k))
|
||||
return l
|
||||
|
||||
def list(self, heading = 1, locallist = 0):
|
||||
|
|
Loading…
Reference in a new issue