32 lines
915 B
Text
32 lines
915 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} = @{lib}/evolution-data-server/{,evolution-data-server/}evolution-alarm-notify
|
|
profile evolution-alarm-notify @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/dbus-session>
|
|
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,
|
|
|
|
@{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,
|
|
|
|
include if exists <local/evolution-alarm-notify>
|
|
}
|