]> git.meshlink.io Git - catta/commitdiff
dbus: allow root to set the host name unconditionally
authorLennart Poettering <lennart@poettering.net>
Mon, 28 Jun 2010 20:18:16 +0000 (22:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 Jun 2010 20:18:16 +0000 (22:18 +0200)
avahi-daemon/avahi-dbus.conf.in

index 9d2118167b1c9674627dae026b442af3e564f1c1..1df0cc47815422ffe4304adefcb2a20538a3983f 100644 (file)
@@ -25,4 +25,8 @@
     <allow send_destination="org.freedesktop.Avahi"/>
     <allow receive_sender="org.freedesktop.Avahi"/>
   </policy>
+  <policy user="root">
+    <allow send_destination="org.freedesktop.Avahi"/>
+    <allow receive_sender="org.freedesktop.Avahi"/>
+  </policy>
 </busconfig>