Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package actkbd for openSUSE:Factory checked 
in at 2021-07-28 19:20:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/actkbd (Old)
 and      /work/SRC/openSUSE:Factory/.actkbd.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "actkbd"

Wed Jul 28 19:20:08 2021 rev:4 rq:908808 version:0.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/actkbd/actkbd.changes    2019-03-18 
10:43:33.927132673 +0100
+++ /work/SRC/openSUSE:Factory/.actkbd.new.1899/actkbd.changes  2021-07-28 
19:21:10.515546164 +0200
@@ -1,0 +2,6 @@
+Tue Jul 27 14:21:13 UTC 2021 - Johannes Segitz <[email protected]>
+
+- Added hardening to systemd service(s). Modified:
+  * actkbd.service
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ actkbd.spec ++++++
--- /var/tmp/diff_new_pack.Xq5PnB/_old  2021-07-28 19:21:10.899545660 +0200
+++ /var/tmp/diff_new_pack.Xq5PnB/_new  2021-07-28 19:21:10.899545660 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package actkbd
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Summary:        A keyboard shortcut daemon
 License:        GPL-2.0-only
 Group:          System/Console
-Url:            http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/
+URL:            http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/
 Source0:        
http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/files/actkbd-%{version}.tar.bz2
 Source1:        actkbd.service
 Source2:        actkbd.conf

++++++ actkbd.service ++++++
--- /var/tmp/diff_new_pack.Xq5PnB/_old  2021-07-28 19:21:10.951545592 +0200
+++ /var/tmp/diff_new_pack.Xq5PnB/_new  2021-07-28 19:21:10.955545587 +0200
@@ -2,6 +2,16 @@
 Description=Actkbd: Daemon for X-independent shortcuts
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
 EnvironmentFile=-/etc/sysconfig/actkbd
 ExecStart=/usr/sbin/actkbd -q -x -l -d ${ACTKBD_DEVICE} -c ${ACTKBD_CONFIG}
 

Reply via email to