23 lines
623 B
Text
23 lines
623 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{lib}/{,evolution-data-server/}evolution-user-prompter
|
|
profile evolution-user-prompter @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/bus-session>
|
|
include <abstractions/dconf-write>
|
|
include <abstractions/gnome-strict>
|
|
|
|
#aa:dbus own bus=session name=org.gnome.evolution.dataserver.UserPrompter0
|
|
|
|
@{exec_path} mr,
|
|
|
|
include if exists <local/evolution-user-prompter>
|
|
}
|
|
|
|
# vim:syntax=apparmor
|