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/rpmlint.changes b/rpmlint.changes index 83457ff..f8d8748 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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