apparmor.d/apparmor.d/profiles-m-r/mission-control
2022-06-09 21:55:55 +01:00

27 lines
667 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/telepathy/mission-control-5
profile mission-control @{exec_path} {
include <abstractions/base>
include <abstractions/dconf-write>
network netlink raw,
@{exec_path} mr,
@{libexec}/* rPUx, # FIXME: Needed ?
/usr/share/telepathy/{,**} r,
/usr/share/glib-2.0/schemas/gschemas.compiled r,
owner @{user_share_dirs}/telepathy/mission-control/*.cfg r,
@{run}/systemd/inhibit/[0-9]*.ref rw,
include if exists <local/mission-control>
}