SHA256
1
0
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:
Ludwig Nussel 2011-07-13 07:27:42 +00:00 committed by Git OBS Bridge
parent d13fde94d2
commit cf6268a89e
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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