Hello community,
here is the log from the commit of package rpmlint-Factory for openSUSE:Factory
checked in at 2020-03-18 12:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-Factory (Old)
and /work/SRC/openSUSE:Factory/.rpmlint-Factory.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmlint-Factory"
Wed Mar 18 12:25:58 2020 rev:53 rq:784615 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-Factory/rpmlint-Factory.changes
2020-02-09 21:01:17.815315403 +0100
+++
/work/SRC/openSUSE:Factory/.rpmlint-Factory.new.3160/rpmlint-Factory.changes
2020-03-18 12:39:42.372738880 +0100
@@ -1,0 +2,10 @@
+Thu Mar 12 12:57:19 UTC 2020 - [email protected]
+
+- Add also badness for unauthorized set*id bits on directories (bsc#1150189).
+
+-------------------------------------------------------------------
+Tue Mar 3 09:25:51 UTC 2020 - [email protected]
+
+- Add badness for unauthorized or changed cron job files (bsc#1150175).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ config ++++++
--- /var/tmp/diff_new_pack.9g71Ss/_old 2020-03-18 12:39:44.208740041 +0100
+++ /var/tmp/diff_new_pack.9g71Ss/_new 2020-03-18 12:39:44.232740057 +0100
@@ -82,6 +82,7 @@
setBadness('polkit-untracked-privilege', 10)
setBadness('permissions-unauthorized-file', 10)
setBadness('permissions-file-setuid-bit', 10)
+setBadness('permissions-directory-setuid-bit', 10)
setBadness('permissions-world-writable', 10)
setBadness('suse-filelist-forbidden', 10000)
setBadness('suse-filelist-forbidden-sysconfig', 10000)
@@ -105,6 +106,9 @@
setBadness('non-position-independent-executable', 10000)
setBadness('lto-bytecode', 10000)
setBadness('lto-no-text-in-archive', 10000)
+setBadness('cronjob-unauthorized-file', 10)
+setBadness('cronjob-changed-file', 10)
+setBadness('cronjob-ghost-file', 10)
setFilterException('suse-dbus-unauthorized-service')
setFilterException('polkit-unauthorized-file')
++++++ config.strict ++++++
--- /var/tmp/diff_new_pack.9g71Ss/_old 2020-03-18 12:39:44.412740171 +0100
+++ /var/tmp/diff_new_pack.9g71Ss/_new 2020-03-18 12:39:44.428740181 +0100
@@ -32,6 +32,10 @@
setBadness('polkit-untracked-privilege', 10000)
setBadness('permissions-unauthorized-file', 10000)
setBadness('permissions-file-setuid-bit', 10000)
+setBadness('permissions-directory-setuid-bit', 10000)
setBadness('permissions-world-writable', 10000)
setBadness('suse-dbus-unauthorized-service', 10000)
setBadness('suse-pam-unauthorized-module', 10000)
+setBadness('cronjob-unauthorized-file', 10000)
+setBadness('cronjob-changed-file', 10000)
+setBadness('cronjob-ghost-file', 10000)