Update ControlPanel

This commit is contained in:
Besanon 2025-08-12 14:53:27 +02:00 committed by GitHub
parent fe840a2bdc
commit fb4921d303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,11 +15,11 @@ profile ControlPanel @{exec_path} {
include <abstractions/lxqt>
include <abstractions/nameservice-strict>
@{exec_path} mr,
@{exec_path} mr,
/usr/share/desktop-directories/lxqt-* r,
/etc/xdg/menus/lxqt-config.menu r,
/etc/xdg/menus/lxqt-config.menu r,
# only for xfe file manager:
owner @{HOME}/.foxrc/ rw,
@ -27,10 +27,10 @@ profile ControlPanel @{exec_path} {
owner @{user_config_dirs}/lxqt/lxqt-config.conf.lock rwk,
owner /tmp/@{int} r,
owner /tmp/@{int} r,
/dev/pts/@{int} rw,
/dev/tty rw,
/dev/pts/@{int} rw,
/dev/tty rw,
include if exists <local/ControlPanel>
}