forked from pool/actkbd
adb388417b
- Drop ProtectClock hardening, can cause issues if other device acceess is needed OBS-URL: https://build.opensuse.org/request/show/925444 OBS-URL: https://build.opensuse.org/package/show/utilities/actkbd?expand=0&rev=11
19 lines
509 B
Desktop File
19 lines
509 B
Desktop File
[Unit]
|
|
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
|
|
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}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|