# apparmor.d - Full set of apparmor profiles # Copyright (C) 2018-2021 Mikhail Morfikov # Copyright (C) 2021-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = @{lib}/{,@{multiarch}/}xfce4/notifyd/xfce4-notifyd profile xfce-notifyd @{exec_path} { include include include include include include include # TODO: local only network inet dgram, network inet stream, network inet6 dgram, network inet6 stream, network netlink raw, #aa:dbus own bus=session name=org.xfce.Notifyd #aa:dbus own bus=session name=org.freedesktop.Notifications @{exec_path} mr, owner @{user_cache_dirs}/xfce4/notifyd/ rw, owner @{user_cache_dirs}/xfce4/notifyd/** rwk, include if exists } # vim:syntax=apparmor