Update lxqt-config-powermanagement
This commit is contained in:
parent
c40080f215
commit
d34aa44329
1 changed files with 5 additions and 4 deletions
|
|
@ -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-powermanagement
|
||||
profile lxqt-config-powermanagement @{exec_path} {
|
||||
profile lxqt-config-powermanagement @{exec_path} flags=(complain) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/gtk>
|
||||
include <abstractions/video>
|
||||
|
|
@ -22,12 +24,11 @@ profile lxqt-config-powermanagement @{exec_path} {
|
|||
|
||||
owner /tmp/@{int} r,
|
||||
|
||||
@{sys}/devices/@{pci_bus}/{,**} r,
|
||||
@{sys}/devices/@{pci_bus}/**/**/** r,
|
||||
@{sys}/class/backlight/ r,
|
||||
|
||||
@{PROC}/sys/kernel/random/boot_id r,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
include if exists <local/lxqt-config-powermanagement>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue