mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-06 18:25:05 +01:00
27 lines
667 B
Text
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>
|
|
}
|