Create lxqt
This commit is contained in:
parent
5d4483a538
commit
05821b75ce
1 changed files with 30 additions and 0 deletions
30
apparmor.d/abstractions/lxqt
Normal file
30
apparmor.d/abstractions/lxqt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
include <abstractions/fonts>
|
||||
include <abstractions/freedesktop.org>
|
||||
include <abstractions/qt5>
|
||||
include <abstractions/mesa>
|
||||
include <abstractions/wayland>
|
||||
include <abstractions/X-strict>
|
||||
|
||||
/usr/share/hwdata/pnp.ids r,
|
||||
/usr/share/icu/@{int}.@{int}/*.dat r,
|
||||
/usr/share/lxqt/ r,
|
||||
/usr/share/lxqt/{,**} r,
|
||||
/usr/share/qt{5,6}/ r,
|
||||
/usr/share/qt{5,6}/{,**} r,
|
||||
|
||||
/var/cache/fontconfig/* rw,
|
||||
|
||||
owner @{HOME}/.Xdefaults r,
|
||||
|
||||
owner @{user_cache_dirs}/fontconfig/* rw,
|
||||
owner @{user_cache_dirs}/lxqt-notificationd/* r,
|
||||
|
||||
owner @{user_config_dirs}/lxqt/* rw,
|
||||
|
||||
owner @{user_share_dirs}/sddm/xorg-session.log rw,
|
||||
|
||||
owner /tmp/xauth_@{rand6} r,
|
||||
Loading…
Add table
Add a link
Reference in a new issue