On Thu, 2017-07-27 at 15:10 +0200, Petr Lautrbach wrote: > Signed-off-by: Petr Lautrbach <plautrba@xxxxxxxxxx> Thanks, applied all 4 patches. > --- > 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(""" >