Add mission-control

This commit is contained in:
Alexandre Pujol 2021-04-02 10:25:17 +01:00
parent 651b34fcca
commit e3d08f3de7
Failed to generate hash of commit

View file

@ -0,0 +1,28 @@
# 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>
network netlink raw,
@{exec_path} mr,
/usr/{lib,libexec}/* rUx, # 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}/user/1000/dconf/user rw,
@{run}/systemd/inhibit/[0-9]*.ref rw,
include if exists <local/mission-control>
}