Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package killerd for openSUSE:Factory checked in at 2022-02-09 20:39:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/killerd (Old) and /work/SRC/openSUSE:Factory/.killerd.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "killerd" Wed Feb 9 20:39:13 2022 rev:19 rq:952678 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/killerd/killerd.changes 2015-03-16 07:01:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.killerd.new.1898/killerd.changes 2022-02-09 20:40:16.578530433 +0100 @@ -1,0 +2,11 @@ +Tue Feb 8 11:59:54 UTC 2022 - Peter Simons <[email protected]> + +- update download URL + +------------------------------------------------------------------- +Mon Sep 27 13:21:18 UTC 2021 - Johannes Segitz <[email protected]> + +- Added hardening to systemd service(s) (bsc#1181400). Modified: + * killerd.service + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ killerd.spec ++++++ --- /var/tmp/diff_new_pack.HwaXWh/_old 2022-02-09 20:40:17.162531830 +0100 +++ /var/tmp/diff_new_pack.HwaXWh/_new 2022-02-09 20:40:17.170531849 +0100 @@ -1,7 +1,7 @@ # # spec file for package killerd # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,10 +20,10 @@ Version: 1.1 Release: 0 Summary: Daemon for automatic killing of login shells -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Daemons -Url: http://mj.ucw.cz/linux.shtml -Source: ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/linux/%{name}-%{version}.tar.gz +URL: http://mj.ucw.cz/linux.shtml +Source: http://mj.ucw.cz/download/linux/%{name}-%{version}.tar.gz Source1: killerd.service Patch0: %{name}-%{version}-makefile.diff BuildRequires: systemd-rpm-macros ++++++ killerd.service ++++++ --- /var/tmp/diff_new_pack.HwaXWh/_old 2022-02-09 20:40:17.226531983 +0100 +++ /var/tmp/diff_new_pack.HwaXWh/_new 2022-02-09 20:40:17.230531993 +0100 @@ -3,6 +3,19 @@ After=local-fs.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 ExecStart=/usr/sbin/killerd [Install]
