forked from pool/rpmlint
Accepting request 76234 from devel:openSUSE:Factory:rpmlint
- add more systemd dbus services to whitelist (bnc#705677) - CheckSUIDPermissions: use non-position-independent-executable as accepted upstream OBS-URL: https://build.opensuse.org/request/show/76234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=129
This commit is contained in:
commit
ab93f48ef8
@ -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
|
||||
|
6
config
6
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",
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user