added scripts to place config files, added a note in source about that
[systembsd.git] / hacks / hostnamed-dbus.conf
1 <!-- if i am in /etc/dbus-1/system.d/ you should probably delete me immediately -->
2
3 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4 <busconfig>
5 <policy context="default">
6 <allow own="org.freedesktop.hostname1"/>
7 <allow send_destination="org.freedesktop.hostname1"/>
8 <allow receive_sender="org.freedesktop.hostname1"/>
9 </policy>
10 </busconfig>