forked from pool/rpmlint
Dirk Mueller
ad07ffcc10
- rpmlint-pie-leap42.patch, rpmlint-pie-factory.patch: adjust testsuite to match new PIE warning, for both Leap 42.3 and Factory. - rpmlint-all-pie.patch: for non-PIE built binaries emit a warning to suggest build them as PIE. OBS-URL: https://build.opensuse.org/request/show/507659 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=464
27 lines
1.7 KiB
Diff
27 lines
1.7 KiB
Diff
Index: rpmlint-tests-84.87+git20170418.092177d/tests/pie.ref
|
|
===================================================================
|
|
--- rpmlint-tests-84.87+git20170418.092177d.orig/tests/pie.ref
|
|
+++ rpmlint-tests-84.87+git20170418.092177d/tests/pie.ref
|
|
@@ -1,4 +1,5 @@
|
|
+pie: W: position-independent-executable-suggested /usr/bin/telnet
|
|
pie: W: permissions-incorrect /bin/mount has mode 0755 but should be 04755
|
|
pie: E: non-position-independent-executable (Badness: 10000) /usr/bin/telnet
|
|
pie: W: missing-call-to-setgroups-before-setuid /bin/mount
|
|
-1 packages and 0 specfiles checked; 1 errors, 2 warnings.
|
|
+1 packages and 0 specfiles checked; 1 errors, 3 warnings.
|
|
Index: rpmlint-tests-84.87+git20170418.092177d/tests/permissions1.ref
|
|
===================================================================
|
|
--- rpmlint-tests-84.87+git20170418.092177d.orig/tests/permissions1.ref
|
|
+++ rpmlint-tests-84.87+git20170418.092177d/tests/permissions1.ref
|
|
@@ -1,3 +1,4 @@
|
|
+permissions1: W: position-independent-executable-suggested /bin/ls
|
|
permissions1: E: permissions-unauthorized-file (Badness: 10000) /etc/permissions.d/test
|
|
permissions1: W: permissions-missing-verifyscript missing %verify_permissions -e /bin/ls
|
|
permissions1: W: permissions-missing-verifyscript missing %verify_permissions -e /bin/su
|
|
@@ -8,4 +9,4 @@ permissions1: W: permissions-incorrect-o
|
|
permissions1: W: permissions-incorrect /bin/su has mode 0755 but should be 04755
|
|
permissions1: E: permissions-file-setuid-bit (Badness: 10000) /bin/ls is packaged with setuid/setgid bits (04755)
|
|
permissions1: W: non-position-independent-executable /bin/ls
|
|
-1 packages and 0 specfiles checked; 2 errors, 8 warnings.
|
|
+1 packages and 0 specfiles checked; 2 errors, 9 warnings.
|