diff --git a/CheckSUIDPermissions.py b/CheckSUIDPermissions.py index 5255d54..7c1b2aa 100644 --- a/CheckSUIDPermissions.py +++ b/CheckSUIDPermissions.py @@ -137,7 +137,7 @@ class SUIDCheck(AbstractCheck.AbstractCheck): if type == 010: if not 'shared object' in pkgfile.magic: - printError(pkg, 'not-a-position-independent-executable', f) + printError(pkg, 'non-position-independent-executable', f) m = self.perms[f]['mode'] o = self.perms[f]['owner'] @@ -165,7 +165,7 @@ class SUIDCheck(AbstractCheck.AbstractCheck): if type == 010: if not 'shared object' in pkgfile.magic: - printError(pkg, 'not-a-position-independent-executable', f) + printError(pkg, 'non-position-independent-executable', f) if mode&02: need_verifyscript = True diff --git a/config b/config index 13718aa..382f346 100644 --- a/config +++ b/config @@ -313,6 +313,12 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.systemd1.conf", "org.freedesktop.hostname1.service", "org.freedesktop.hostname1.conf", + "org.freedesktop.login1.conf", + "org.freedesktop.login1.service", + "org.freedesktop.timedate1.conf", + "org.freedesktop.timedate1.service", + "org.freedesktop.locale1.conf", + "org.freedesktop.locale1.service", # gconf2 "org.gnome.GConf.Defaults.service", "org.gnome.GConf.Defaults.conf", diff --git a/rpmlint.changes b/rpmlint.changes index 83457ff..87cb965 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jul 14 09:07:59 UTC 2011 - lnussel@suse.de + +- add more systemd dbus services to whitelist (bnc#705677) + +------------------------------------------------------------------- +Wed Jul 13 07:27:03 UTC 2011 - lnussel@suse.de + +- CheckSUIDPermissions: use non-position-independent-executable as + accepted upstream + ------------------------------------------------------------------- Thu Jun 23 14:39:51 CEST 2011 - dmueller@suse.de