diff --git a/CheckSUIDPermissions.py b/CheckSUIDPermissions.py index 16ea8d4..6521950 100644 --- a/CheckSUIDPermissions.py +++ b/CheckSUIDPermissions.py @@ -24,7 +24,7 @@ _permissions_d_whitelist = ( "sendmail.paranoid", "squid", "texlive", -"texlive.paranoid", +"texlive.texlive", ) class SUIDCheck(AbstractCheck.AbstractCheck): diff --git a/config b/config index a9124d8..8c74541 100644 --- a/config +++ b/config @@ -120,6 +120,7 @@ setOption('StandardGroups', ( 'mdom', 'memcached', 'messagebus', + 'mktex', 'modem', 'mumble-server', 'nagcmd', diff --git a/rpmlint.changes b/rpmlint.changes index f7a7026..5d17254 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 15 14:33:01 UTC 2012 - lnussel@suse.de + +- add texlive.texlive to whitelist (bnc#762144) + +------------------------------------------------------------------- +Mon May 14 14:47:25 UTC 2012 - lnussel@suse.de + +- add 'mktex' group as used by texlive + ------------------------------------------------------------------- Wed Mar 21 17:59:23 CET 2012 - dmueller@suse.de