mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(abs): add a new (generic) desktop abstraction.
This commit is contained in:
parent
c3d9c9ea48
commit
0c2b8f612b
1 changed files with 21 additions and 0 deletions
21
apparmor.d/abstractions/desktop
Normal file
21
apparmor.d/abstractions/desktop
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <abstractions/fonts>
|
||||||
|
include <abstractions/freedesktop.org>
|
||||||
|
include <abstractions/gtk>
|
||||||
|
include <abstractions/qt5>
|
||||||
|
include <abstractions/wayland>
|
||||||
|
include <abstractions/X-strict>
|
||||||
|
|
||||||
|
/usr/share/icu/@{int}.@{int}/*.dat r,
|
||||||
|
|
||||||
|
owner @{HOME}/.local/ rw,
|
||||||
|
owner @{user_cache_dirs}/ rw,
|
||||||
|
owner @{user_config_dirs}/ rw,
|
||||||
|
owner @{user_share_dirs}/ rw,
|
||||||
|
|
||||||
|
include if exists <abstractions/desktop.d>
|
Loading…
Reference in a new issue