summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/avahi.conf.example
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-20 22:27:45 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-20 22:27:45 +0000
commite26b546ee463cdbe2433367f6bcb9aec476fbee0 (patch)
tree5da6536e752b83f134b4038100b46565452469c0 /avahi-daemon/avahi.conf.example
parent78fb052e89e9063ab985c1ad3c3ce10e47d1621d (diff)
Add patches from Sebastien Estienne
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@131 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/avahi.conf.example')
-rw-r--r--avahi-daemon/avahi.conf.example23
1 files changed, 0 insertions, 23 deletions
diff --git a/avahi-daemon/avahi.conf.example b/avahi-daemon/avahi.conf.example
deleted file mode 100644
index 39e9de9..0000000
--- a/avahi-daemon/avahi.conf.example
+++ /dev/null
@@ -1,23 +0,0 @@
-<!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>