24 lines
No EOL
633 B
Text
24 lines
No EOL
633 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-permission-store
|
|
profile xdg-permission-store @{exec_path} flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
|
|
signal (receive) set=(term hup kill) peer=dbus-daemon,
|
|
signal (receive) set=(term hup kill) peer=gdm*,
|
|
|
|
@{exec_path} mr,
|
|
|
|
@{HOME}/@{XDG_DATA_HOME}/flatpak/db/gnome rw,
|
|
@{user_share_dirs}/flatpak/db/background r,
|
|
|
|
/dev/tty[0-9]* rw,
|
|
|
|
include if exists <local/xdg-permission-store>
|
|
} |