Update lxqt-leave
This commit is contained in:
parent
1a57d9fa88
commit
4d6a2151b2
1 changed files with 5 additions and 5 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-leave
|
@{exec_path} = @{bin}/lxqt-leave
|
||||||
profile lxqt-leave @{exec_path} {
|
profile lxqt-leave @{exec_path} flags=(complain) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/gtk>
|
include <abstractions/gtk>
|
||||||
include <abstractions/video>
|
include <abstractions/video>
|
||||||
|
|
@ -22,11 +24,9 @@ profile lxqt-leave @{exec_path} {
|
||||||
|
|
||||||
/usr/share/libdrm/amdgpu.ids r,
|
/usr/share/libdrm/amdgpu.ids r,
|
||||||
|
|
||||||
@{sys}/devices/@{pci_bus}/{,**} r,
|
|
||||||
@{sys}/devices/@{pci_bus}/**/**/** r,
|
|
||||||
|
|
||||||
owner /tmp/{,**} r,
|
owner /tmp/{,**} r,
|
||||||
|
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
|
include if exists <local/lxqt-leave>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue