Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osmo-msc for openSUSE:Factory checked in at 2021-10-18 21:59:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osmo-msc (Old) and /work/SRC/openSUSE:Factory/.osmo-msc.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osmo-msc" Mon Oct 18 21:59:21 2021 rev:6 rq:925830 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/osmo-msc/osmo-msc.changes 2020-06-18 10:30:14.825221922 +0200 +++ /work/SRC/openSUSE:Factory/.osmo-msc.new.1890/osmo-msc.changes 2021-10-18 22:02:12.658094387 +0200 @@ -1,0 +2,6 @@ +Wed Oct 13 13:54:22 UTC 2021 - Johannes Segitz <jseg...@suse.com> + +- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): + * harden_osmo-msc.service.patch + +------------------------------------------------------------------- New: ---- harden_osmo-msc.service.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osmo-msc.spec ++++++ --- /var/tmp/diff_new_pack.SKt7tn/_old 2021-10-18 22:02:13.090094700 +0200 +++ /var/tmp/diff_new_pack.SKt7tn/_new 2021-10-18 22:02:13.094094703 +0200 @@ -27,6 +27,7 @@ Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmomsc/wiki Source: %{name}-%{version}.tar.xz +Patch0: harden_osmo-msc.service.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libdbi-drivers-dbd-sqlite3 @@ -66,6 +67,7 @@ %prep %setup -q +%patch0 -p1 %build echo "%{version}" >.tarball-version ++++++ harden_osmo-msc.service.patch ++++++ Index: osmo-msc-1.6.1/contrib/systemd/osmo-msc.service =================================================================== --- osmo-msc-1.6.1.orig/contrib/systemd/osmo-msc.service +++ osmo-msc-1.6.1/contrib/systemd/osmo-msc.service @@ -6,6 +6,17 @@ After=osmo-hlr.service After=osmo-hnbgw.service [Service] +# added automatically, for details please see +# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort +ProtectSystem=full +ProtectHome=true +ProtectHostname=true +ProtectKernelTunables=true +ProtectKernelModules=true +ProtectKernelLogs=true +ProtectControlGroups=true +RestrictRealtime=true +# end of automatic additions Type=simple Restart=always ExecStart=/usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg