mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-11 12:45:10 +01:00
Create abstraction for lxqt desktop group
first file for the LXQT 2.0 desktop group
This commit is contained in:
parent
d121092c56
commit
82d549ac95
1 changed files with 31 additions and 0 deletions
31
apparmor.d/abstractions/lxqt
Normal file
31
apparmor.d/abstractions/lxqt
Normal 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
|
Loading…
Reference in a new issue