Update lxqt-config-locale
This commit is contained in:
parent
975d51fba5
commit
4c087bec4a
1 changed files with 5 additions and 6 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-locale
|
||||
profile lxqt-config-locale @{exec_path} {
|
||||
profile lxqt-config-locale @{exec_path} flags=(complain) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/gtk>
|
||||
include <abstractions/video>
|
||||
|
|
@ -19,16 +21,13 @@ profile lxqt-config-locale @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
owner @{user_config_dirs}/lxqt/* r,
|
||||
owner @{user_config_dirs}/lxqt/lxqt-config-locale.conf.lock rwk,
|
||||
owner @{user_config_dirs}/lxqt/** rwkl -> @{user_config_dirs}/lxqt/#@{int},
|
||||
|
||||
owner /tmp/@{int} r,
|
||||
|
||||
@{sys}/devices/@{pci_bus}/{,**} r,
|
||||
@{sys}/devices/@{pci_bus}/**/**/** r,
|
||||
|
||||
@{PROC}/sys/kernel/random/boot_id r,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
include if exists <local/lxqt-config-locale>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue