Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 2ping for openSUSE:Factory checked 
in at 2021-08-11 11:47:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/2ping (Old)
 and      /work/SRC/openSUSE:Factory/.2ping.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "2ping"

Wed Aug 11 11:47:16 2021 rev:13 rq:911254 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/2ping/2ping.changes      2021-06-14 
23:11:42.716818374 +0200
+++ /work/SRC/openSUSE:Factory/.2ping.new.1899/2ping.changes    2021-08-11 
11:47:54.077697127 +0200
@@ -1,0 +2,6 @@
+Tue Aug 10 09:28:47 UTC 2021 - Johannes Segitz <jseg...@suse.com>
+
+- Added hardening to systemd service(s). Added patch(es):
+  * harden_2ping.service.patch
+
+-------------------------------------------------------------------

New:
----
  harden_2ping.service.patch

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

Other differences:
------------------
++++++ 2ping.spec ++++++
--- /var/tmp/diff_new_pack.8CDR0M/_old  2021-08-11 11:47:54.501696616 +0200
+++ /var/tmp/diff_new_pack.8CDR0M/_new  2021-08-11 11:47:54.505696612 +0200
@@ -25,6 +25,7 @@
 Source0:        https://www.finnie.org/software/2ping/%{name}-%{version}.tar.gz
 Source1:        
https://www.finnie.org/software/2ping/%{name}-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
+Patch0:         harden_2ping.service.patch
 BuildRequires:  fdupes
 BuildRequires:  python3-devel >= 3.6
 BuildRequires:  python3-distro



++++++ harden_2ping.service.patch ++++++
Index: 2ping-4.5.1/2ping.service
===================================================================
--- 2ping-4.5.1.orig/2ping.service
+++ 2ping-4.5.1/2ping.service
@@ -30,6 +30,11 @@ RestrictAddressFamilies=AF_NETLINK AF_IN
 RestrictNamespaces=yes
 RestrictRealtime=yes
 RestrictSUIDSGID=yes
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectHostname=true
+ProtectClock=true
+# end of automatic additions 
 User=nobody
 
 [Install]

Reply via email to