Update lxqt-config-file-associations

This commit is contained in:
Besanon 2024-06-07 09:02:33 +02:00 committed by GitHub
parent 1b687a33a1
commit 54804f8f30
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-config-file-associations
profile lxqt-config-file-associations @{exec_path} {
profile lxqt-config-file-associations @{exec_path} flags=(complain) {
include <abstractions/base>
include <abstractions/gtk>
include <abstractions/video>
@ -24,11 +26,9 @@ profile lxqt-config-file-associations @{exec_path} {
owner /tmp/#@{int} rwk,
@{sys}/devices/@{pci_bus}/{,**} 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-file-associations>
}