23 lines
No EOL
513 B
Text
23 lines
No EOL
513 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-document-portal
|
|
profile xdg-document-portal @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}bin/fusermount rPx,
|
|
|
|
owner @{user_share_dirs}/flatpak/db/documents r,
|
|
owner @{run}/user/@{uid}/doc/ rw,
|
|
|
|
/dev/fuse rw,
|
|
|
|
include if exists <local/xdg-document-portal>
|
|
} |