SHA256
1
0
forked from pool/actkbd

Accepting request 908808 from utilities

OBS-URL: https://build.opensuse.org/request/show/908808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/actkbd?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-07-28 17:20:08 +00:00 committed by Git OBS Bridge
commit 69e204b530
3 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 27 14:21:13 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s). Modified:
* actkbd.service
-------------------------------------------------------------------
Sun Mar 17 13:24:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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}

View File

@ -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