Create abstraction for lxqt desktop group

first file for the LXQT 2.0 desktop group
This commit is contained in:
Besanon 2024-10-22 16:29:43 +02:00 committed by GitHub
parent d121092c56
commit 82d549ac95
Failed to generate hash of commit

View file

@ -0,0 +1,31 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <abstractions/fonts>
include <abstractions/freedesktop.org>
include <abstractions/gtk>
include <abstractions/qt5>
include <abstractions/wayland>
include <abstractions/X-strict>
signal (receive) set=(kill, term) peer=lxqt-session,
/usr/share/hwdata/pnp.ids r,
/usr/share/icu/@{int}.@{int}/*.dat r,
/usr/share/lxqt/** r,
/usr/share/qt{5,6}/ r,
/usr/share/qt{5,6}/{,**} r,
owner @{HOME}/.Xdefaults r,
owner @{user_cache_dirs}/fontconfig/* rw,
owner @{user_cache_dirs}/lxqt-notificationd/* r,
owner @{user_config_dirs}/lxqt/*.conf rw,
include if exists <abstractions/lxqt.d>
# vim:syntax=apparmor