From 2ccf2c3674756a20f235ead82070440bca6f0136 Mon Sep 17 00:00:00 2001 From: jubalh <> Date: Jul 28 2021 18:50:40 +0000 Subject: Update actkbd to version 0.2.8 / rev 4 via SR 908808 https://build.opensuse.org/request/show/908808 by user jubalh + dimstar_suse --- diff --git a/.files b/.files index f1fb9f0..7bcff22 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 38c33fb..56e91ed 100644 --- a/.rev +++ b/.rev @@ -23,4 +23,12 @@ 685820 + + 0da992acbc9ac9b282b709427b3bc90d + 0.2.8 + + dimstar_suse + + 908808 + diff --git a/actkbd.changes b/actkbd.changes index 6021b69..09eec67 100644 --- a/actkbd.changes +++ b/actkbd.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jul 27 14:21:13 UTC 2021 - Johannes Segitz + +- Added hardening to systemd service(s). Modified: + * actkbd.service + +------------------------------------------------------------------- Sun Mar 17 13:24:28 UTC 2019 - Jan Engelhardt - Reduce strong requirement on systemd. diff --git a/actkbd.service b/actkbd.service index 832158b..ea34def 100644 --- a/actkbd.service +++ b/actkbd.service @@ -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} diff --git a/actkbd.spec b/actkbd.spec index 29259ae..6ba19c0 100644 --- a/actkbd.spec +++ b/actkbd.spec @@ -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 @@ Release: 0 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