mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-24 02:45:38 +01:00
Create abstraction for lxqt desktop group (#572)
first file for the LXQT 2.0 desktop group
This commit is contained in:
parent
b72552bdf2
commit
88b362f7fb
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
|
||||
|
||||
abi <abi/4.0>,
|
||||
|
||||
include <abstractions/fonts>
|
||||
include <abstractions/fontconfig-cache-write>
|
||||
include <abstractions/freedesktop.org>
|
||||
include <abstractions/gtk>
|
||||
include <abstractions/qt5>
|
||||
include <abstractions/wayland>
|
||||
include <abstractions/X-strict>
|
||||
include <abstractions/xdg-desktop>
|
||||
|
||||
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,
|
||||
|
||||
owner @{HOME}/.Xdefaults r,
|
||||
|
||||
owner @{user_cache_dirs}/lxqt-notificationd/* r,
|
||||
|
||||
owner @{user_config_dirs}/lxqt/*.conf rw,
|
||||
|
||||
include if exists <abstractions/lxqt.d>
|
||||
|
||||
# vim:syntax=apparmor
|
Loading…
Add table
Reference in a new issue