summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/avahi.conf.example
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-06-05 02:37:27 +0000
committerTrent Lloyd <lathiat@bur.st>2005-06-05 02:37:27 +0000
commit34a736c9ba029dd6bde61c3afba175e206a0a736 (patch)
treef66abc1f9efc3c62f2096c37d719f5db2c961861 /avahi-daemon/avahi.conf.example
parent64dff8088b43bd2f367f35e18bf02e73c8052dec (diff)
* rename daemon to avahi-daemon
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@101 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/avahi.conf.example')
-rw-r--r--avahi-daemon/avahi.conf.example23
1 files changed, 23 insertions, 0 deletions
diff --git a/avahi-daemon/avahi.conf.example b/avahi-daemon/avahi.conf.example
new file mode 100644
index 0000000..39e9de9
--- /dev/null
+++ b/avahi-daemon/avahi.conf.example
@@ -0,0 +1,23 @@
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+
+ <policy user="lathiat">
+ <allow own="org.freedesktop.Avahi"/>
+ </policy>
+ <policy user="root">
+ <allow own="org.freedesktop.Avahi"/>
+ </policy>
+
+ <!-- Allow anyone to invoke methods on the Manager and Device interfaces -->
+ <policy context="default">
+ <allow send_interface="org.freedesktop.Avahi"/>
+
+ <allow receive_interface="org.freedesktop.Avahi"
+ receive_sender="org.freedesktop.Avahi"/>
+ </policy>
+
+ <limit name="max_match_rules_per_connection">512</limit>
+
+</busconfig>