Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libosmo-sccp for openSUSE:Factory 
checked in at 2021-10-11 15:31:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosmo-sccp (Old)
 and      /work/SRC/openSUSE:Factory/.libosmo-sccp.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmo-sccp"

Mon Oct 11 15:31:56 2021 rev:16 rq:924621 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmo-sccp/libosmo-sccp.changes        
2021-03-15 10:56:11.717337019 +0100
+++ /work/SRC/openSUSE:Factory/.libosmo-sccp.new.2443/libosmo-sccp.changes      
2021-10-11 15:32:58.374975374 +0200
@@ -1,0 +2,6 @@
+Tue Oct  5 06:18:17 UTC 2021 - Johannes Segitz <jseg...@suse.com>
+
+- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
+  * harden_osmo-stp.service.patch
+
+-------------------------------------------------------------------

New:
----
  harden_osmo-stp.service.patch

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

Other differences:
------------------
++++++ libosmo-sccp.spec ++++++
--- /var/tmp/diff_new_pack.sSbIaL/_old  2021-10-11 15:32:58.786976034 +0200
+++ /var/tmp/diff_new_pack.sSbIaL/_new  2021-10-11 15:32:58.786976034 +0200
@@ -28,6 +28,7 @@
 #Git-Clone:    https://git.osmocom.org/libosmo-sccp
 Source:         https://github.com/osmocom/libosmo-sccp/archive/%version.tar.gz
 Patch1:         0001-build-fixes.patch
+Patch2:        harden_osmo-stp.service.patch
 BuildRequires:  automake >= 1.6
 BuildRequires:  libtool >= 2
 BuildRequires:  lksctp-tools-devel

++++++ harden_osmo-stp.service.patch ++++++
Index: libosmo-sccp-1.4.0/contrib/systemd/osmo-stp.service
===================================================================
--- libosmo-sccp-1.4.0.orig/contrib/systemd/osmo-stp.service
+++ libosmo-sccp-1.4.0/contrib/systemd/osmo-stp.service
@@ -3,6 +3,19 @@ Description=Osmocom STP (Signal Transfer
 Documentation=https://osmocom.org/projects/osmo-stp/wiki
 
 [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
 Restart=always
 ExecStart=/usr/bin/osmo-stp -c /etc/osmocom/osmo-stp.cfg

Reply via email to