Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2021-11-24 23:54:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spamassassin (Old)
 and      /work/SRC/openSUSE:Factory/.spamassassin.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spamassassin"

Wed Nov 24 23:54:19 2021 rev:87 rq:933217 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes        
2021-09-11 22:24:55.947410382 +0200
+++ /work/SRC/openSUSE:Factory/.spamassassin.new.1895/spamassassin.changes      
2021-11-24 23:54:37.868447072 +0100
@@ -1,0 +2,13 @@
+Tue Nov 23 08:23:11 UTC 2021 - Dirk Stoecker <opens...@dstoecker.de>
+
+- Set ProtectHome=false for spampd.service, as this breaks loading
+  and storing data files in /home/vscan.
+
+-------------------------------------------------------------------
+Wed Nov 17 13:56:17 UTC 2021 - Johannes Segitz <jseg...@suse.com>
+
+- Added hardening to systemd service(s) (bsc#1181400). Modified:
+  * spamd.service
+  * spampd.service
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------


++++++ spamd.service ++++++
--- /var/tmp/diff_new_pack.yFV8jU/_old  2021-11-24 23:54:38.768444051 +0100
+++ /var/tmp/diff_new_pack.yFV8jU/_new  2021-11-24 23:54:38.768444051 +0100
@@ -20,6 +20,19 @@
 Before=mail-transfer-agent.target
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=true
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 Type=forking
 PIDFile=/run/spamd.pid
 EnvironmentFile=-/etc/sysconfig/spamd

++++++ spampd.service ++++++
--- /var/tmp/diff_new_pack.yFV8jU/_old  2021-11-24 23:54:38.784443998 +0100
+++ /var/tmp/diff_new_pack.yFV8jU/_new  2021-11-24 23:54:38.784443998 +0100
@@ -20,6 +20,19 @@
 Before=mail-transfer-agent.target
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=false
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 Type=forking
 PIDFile=/run/spampd.pid
 EnvironmentFile=-/etc/sysconfig/spampd

Reply via email to