Update lxqt-globalkeysd

This commit is contained in:
Besanon 2024-06-07 09:19:18 +02:00 committed by GitHub
parent 2e39dd2500
commit 1a57d9fa88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,9 @@
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
# SPDX-License-Identifier: GPL-2.0-only
#include <tunables/global>
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/lxqt-globalkeysd
profile lxqt-globalkeysd @{exec_path} {
@ -20,7 +22,7 @@ profile lxqt-globalkeysd @{exec_path} {
@{exec_path} mr,
@{bin}/screengrab rix,
@{bin}/screengrab rpx,
@{bin}/lxqt-config-brightness rpx,
/usr/share/lxqt/globalkeyshortcuts.conf rw,
@ -39,4 +41,6 @@ profile lxqt-globalkeysd @{exec_path} {
owner /tmp/{,**} r,
@{PROC}/sys/kernel/random/boot_id r,
include if exists <local/lxqt-globalkeysd>
}