Create lxqt-config-monitor
This commit is contained in:
parent
8e4600ea25
commit
95c41ddbc0
1 changed files with 34 additions and 0 deletions
34
apparmor.d/groups/lxqt/lxqt-config-monitor
Normal file
34
apparmor.d/groups/lxqt/lxqt-config-monitor
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/lxqt-config-monitor
|
||||
profile lxqt-config-monitor @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/gtk>
|
||||
include <abstractions/video>
|
||||
include <abstractions/lxqt>
|
||||
include <abstractions/qt5-shader-cache>
|
||||
include <abstractions/bus-accessibility>
|
||||
include <abstractions/bus-session>
|
||||
include <abstractions/gvfs-open>
|
||||
|
||||
signal (read) set=(kill,term) peer=lxqt-session,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/var/cache/fontconfig/ rw,
|
||||
|
||||
owner /tmp/@{int} r,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
include if exists <local/lxqt-config-monitor>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
Loading…
Add table
Add a link
Reference in a new issue