1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
5 <!-- Assuming root runs onoff. Using fewer privileges would be a good idea
8 <allow own="de.subdivi.onoff0"/>
9 <allow send_destination="de.subdivi.onoff0"/>
12 <!-- Allow everyone to talk to onoff. Might not be necessary. -->
13 <policy context="default">
14 <allow send_destination="de.subdivi.onoff0"/>