Update lxqt-powermangement

This commit is contained in:
Besanon 2024-06-07 09:27:35 +02:00 committed by GitHub
parent 2ce4234513
commit 147dbaa217
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-powermangement
profile lxqt-powermanagement @{exec_path} {
profile lxqt-powermanagement @{exec_path} flags=(complain) {
include <abstractions/base>
include <abstractions/gtk>
include <abstractions/video>
@ -15,7 +17,7 @@ profile lxqt-powermanagement @{exec_path} {
include <abstractions/dbus-session-strict>
include <abstractions/dbus-accessibility-strict>
include <abstractions/gvfs-open>
@{exec_path} mr,
/etc/udev/udev.conf r,
@ -27,4 +29,6 @@ profile lxqt-powermanagement @{exec_path} {
owner @{PROC}/@{pid}/mounts r,
/dev/tty rw,
include if exists <local/lxqt-powermangement>
}