34 lines
No EOL
914 B
Text
34 lines
No EOL
914 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}lib/xdg-desktop-portal-gtk
|
|
profile xdg-desktop-portal-gtk @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/fontconfig-cache-write>
|
|
include <abstractions/fonts>
|
|
include <abstractions/freedesktop.org>
|
|
include <abstractions/gtk>
|
|
include <abstractions/thumbnails-cache-read>
|
|
include <abstractions/user-download>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
|
/usr/share/themes/{,**} r,
|
|
/usr/share/X11/xkb/{,**} r,
|
|
|
|
/ r,
|
|
|
|
owner @{HOME}/@{XDG_DATA_HOME}/ r,
|
|
owner @{run}/user/@{uid}/.mutter-Xwaylandauth.[0-9A-Z]* rw,
|
|
|
|
include <abstractions/dconf>
|
|
owner @{run}/user/@{uid}/dconf/user rw,
|
|
|
|
include if exists <local/xdg-desktop-portal-gtk>
|
|
} |