Update lxqt-config-input

This commit is contained in:
Besanon 2024-06-07 09:04:56 +02:00 committed by GitHub
parent f5c1dea182
commit 975d51fba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,10 +3,12 @@
# 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-config-input
profile lxqt-config-input @{exec_path} {
profile lxqt-config-input @{exec_path} flags=(complain) {
include <abstractions/base>
include <abstractions/gtk>
include <abstractions/video>
@ -24,10 +26,6 @@ profile lxqt-config-input @{exec_path} {
owner /tmp/@{int} r,
owner @{run}/udev/data/ r,
owner @{run}/udev/data/** r,
owner @{run}/udev/data/**/** r,
@{run}/udev/data/ r,
@{run}/udev/data/+acpi:* r,
@{run}/udev/data/+bluetooth:* r,
@ -54,14 +52,12 @@ profile lxqt-config-input @{exec_path} {
@{run}/udev/data/c@{dynamic}:@{int} r, # For dynamic assignment range 234 to 254, 384 to 511
@{sys}/devices/ r,
@{sys}/devices/{,**} r,
@{sys}/class/ r,
@{sys}/class/{,**} r,
@{sys}/bus/ r,
@{sys}/bus/{,**} r,
@{PROC}/sys/kernel/random/boot_id r,
/dev/tty rw,
include if exists <local/lxqt-config-input>
}