mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 23:35:03 +01:00
20 lines
588 B
Text
20 lines
588 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
include <abstractions/fonts>
|
|
include <abstractions/freedesktop.org>
|
|
include <abstractions/gtk>
|
|
include <abstractions/qt5>
|
|
include <abstractions/wayland>
|
|
include <abstractions/X-strict>
|
|
|
|
/usr/share/hwdata/*.ids r,
|
|
/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>
|