Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mrouted for openSUSE:Factory checked 
in at 2021-10-08 00:06:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mrouted (Old)
 and      /work/SRC/openSUSE:Factory/.mrouted.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mrouted"

Fri Oct  8 00:06:32 2021 rev:6 rq:924090 version:4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/mrouted/mrouted.changes  2021-09-25 
00:36:28.475197035 +0200
+++ /work/SRC/openSUSE:Factory/.mrouted.new.2443/mrouted.changes        
2021-10-08 00:07:32.089904303 +0200
@@ -1,0 +2,6 @@
+Wed Oct  6 15:23:27 UTC 2021 - Johannes Segitz <jseg...@suse.com>
+
+- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
+  * harden_mrouted.service.patch
+
+-------------------------------------------------------------------

New:
----
  harden_mrouted.service.patch

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

Other differences:
------------------
++++++ mrouted.spec ++++++
--- /var/tmp/diff_new_pack.Jsujhq/_old  2021-10-08 00:07:32.541905069 +0200
+++ /var/tmp/diff_new_pack.Jsujhq/_new  2021-10-08 00:07:32.541905069 +0200
@@ -26,6 +26,7 @@
 URL:            https://github.com/troglobit/mrouted
 #Git-Clone:     https://github.com/troglobit/mrouted.git
 Source:         
https://github.com/troglobit/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0:        harden_mrouted.service.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -41,6 +42,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 autoreconf -fiv

++++++ harden_mrouted.service.patch ++++++
Index: mrouted-4.3/mrouted.service.in
===================================================================
--- mrouted-4.3.orig/mrouted.service.in
+++ mrouted-4.3/mrouted.service.in
@@ -10,6 +10,19 @@ After=network-online.target
 Requires=network-online.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=simple
 ExecStartPre=-/sbin/modprobe ipip
 ExecStart=@SBINDIR@/mrouted -ns

Reply via email to