Update lxqt-config-input
This commit is contained in:
parent
f5c1dea182
commit
975d51fba5
1 changed files with 5 additions and 9 deletions
|
|
@ -3,10 +3,12 @@
|
||||||
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
#include <tunables/global>
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/lxqt-config-input
|
@{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/base>
|
||||||
include <abstractions/gtk>
|
include <abstractions/gtk>
|
||||||
include <abstractions/video>
|
include <abstractions/video>
|
||||||
|
|
@ -24,10 +26,6 @@ profile lxqt-config-input @{exec_path} {
|
||||||
|
|
||||||
owner /tmp/@{int} r,
|
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/ r,
|
||||||
@{run}/udev/data/+acpi:* r,
|
@{run}/udev/data/+acpi:* r,
|
||||||
@{run}/udev/data/+bluetooth:* 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
|
@{run}/udev/data/c@{dynamic}:@{int} r, # For dynamic assignment range 234 to 254, 384 to 511
|
||||||
|
|
||||||
@{sys}/devices/ r,
|
@{sys}/devices/ r,
|
||||||
@{sys}/devices/{,**} r,
|
|
||||||
@{sys}/class/ r,
|
@{sys}/class/ r,
|
||||||
@{sys}/class/{,**} r,
|
|
||||||
@{sys}/bus/ r,
|
@{sys}/bus/ r,
|
||||||
@{sys}/bus/{,**} r,
|
|
||||||
|
|
||||||
@{PROC}/sys/kernel/random/boot_id r,
|
@{PROC}/sys/kernel/random/boot_id r,
|
||||||
|
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
|
include if exists <local/lxqt-config-input>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue