mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Add mission-control
This commit is contained in:
parent
651b34fcca
commit
e3d08f3de7
1 changed files with 28 additions and 0 deletions
28
apparmor.d/profiles-m-z/mission-control
Normal file
28
apparmor.d/profiles-m-z/mission-control
Normal 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>
|
||||||
|
}
|
Loading…
Reference in a new issue