forked from pool/rpmlint
- CheckSUIDPermissions: use non-position-independent-executable as
accepted upstream OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=42
This commit is contained in:
parent
d13fde94d2
commit
cf6268a89e
@ -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
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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