51 lines
1.6 KiB
Text
51 lines
1.6 KiB
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021-2023 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{lib}/evolution-data-server/{,evolution-data-server/}evolution-alarm-notify
|
|
profile evolution-alarm-notify @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/bus/atspi>
|
|
include <abstractions/dbus-accessibility-strict>
|
|
include <abstractions/dbus-session-strict>
|
|
include <abstractions/dconf-write>
|
|
include <abstractions/fontconfig-cache-read>
|
|
include <abstractions/gnome>
|
|
include <abstractions/nameservice-strict>
|
|
include <abstractions/opencl>
|
|
include <abstractions/openssl>
|
|
|
|
network netlink raw,
|
|
|
|
dbus bind bus=session name=org.gnome.Evolution-alarm-notify,
|
|
|
|
dbus (send, receive) bus=session path=/org/gnome/evolution/dataserver/**
|
|
interface=org.gnome.evolution.dataserver.Calendar*
|
|
peer=(name=:*, label=evolution-*),
|
|
|
|
dbus (send, receive) bus=session path=/org/gnome/evolution/dataserver/**
|
|
interface=org.freedesktop.DBus.{ObjectManager,Properties}
|
|
peer=(name=:*, label=evolution-*),
|
|
|
|
dbus receive bus=session
|
|
interface=org.freedesktop.DBus.Introspectable
|
|
member=Introspect
|
|
peer=(name=:*, label=gnome-shell),
|
|
|
|
@{exec_path} mr,
|
|
|
|
/usr/share/evolution-data-server/{,**} r,
|
|
/usr/share/{,zoneinfo-}icu/{,**} r,
|
|
|
|
# freedesktop.org-strict
|
|
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
|
/usr/share/*ubuntu/applications/ r,
|
|
|
|
/etc/timezone r,
|
|
|
|
include if exists <local/evolution-alarm-notify>
|
|
}
|