1 <!DOCTYPE busconfig PUBLIC
2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
6 <!-- Only root or user @AVAHI_USER@ can own the Avahi service -->
7 <policy user="@AVAHI_USER@">
8 <allow own="org.freedesktop.Avahi"/>
11 <allow own="org.freedesktop.Avahi"/>
14 <!-- Allow anyone to invoke methods on the Manager and Device interfaces -->
15 <policy context="default">
16 <allow send_interface="org.freedesktop.Avahi"/>
18 <allow receive_interface="org.freedesktop.Avahi"
19 receive_sender="org.freedesktop.Avahi"/>
22 <limit name="max_match_rules_per_connection">512</limit>
23 <limit name="max_connections_per_user">20</limit>