apparmor.d/apparmor.d/abstractions/bus/system/org.freedesktop.Avahi.AddressResolver
2025-09-14 13:06:06 +02:00

25 lines
861 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# Address resolving
abi <abi/4.0>,
dbus send bus=system path=/
interface=org.freedesktop.Avahi.Server
member=AddressResolverNew
peer=(name=org.freedesktop.Avahi, label="@{p_avahi_daemon}"),
dbus send bus=system path=/Client@{int}/AddressResolver@{int}
interface=org.freedesktop.Avahi.AddressResolver
member=Free
peer=(name=org.freedesktop.Avahi, label="@{p_avahi_daemon}"),
dbus receive bus=system path=/Client@{int}/AddressResolver@{int}
interface=org.freedesktop.Avahi.AddressResolver
peer=(name=@{busname}, label="@{p_avahi_daemon}"),
include if exists <abstractions/bus/system/org.freedesktop.Avahi.AddressResolver.d>
# vim:syntax=apparmor