mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 23:35:03 +01:00
22 lines
572 B
Text
22 lines
572 B
Text
|
# 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>
|