Signed-off-by: Petr Lautrbach <plautrba@xxxxxxxxxx> --- python/sepolicy/sepolicy/manpage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sepolicy/sepolicy/manpage.py b/python/sepolicy/sepolicy/manpage.py index 6df6f431..4d846364 100755 --- a/python/sepolicy/sepolicy/manpage.py +++ b/python/sepolicy/sepolicy/manpage.py @@ -807,6 +807,7 @@ Note: SELinux often uses regular expressions to specify labels that match multip self.fd.write(r""" .I The following file types are defined for %(domainname)s: """ % {'domainname': self.domainname}) + flist.sort() for f in flist: self.fd.write(""" -- 2.13.3