1<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> 3<busconfig> 4 <!-- ../system.conf have denied everything, so we just punch some holes --> 5 <policy user="root"> 6 <allow own="org.bluez.obex"/> 7 <allow send_destination="org.bluez.obex"/> 8 </policy> 9 <policy at_console="true"> 10 <allow send_destination="org.bluez.obex"/> 11 </policy> 12 <policy group="lp"> 13 <allow send_destination="org.bluez.obex"/> 14 </policy> 15 <policy context="default"> 16 <deny send_destination="org.bluez.obex"/> 17 </policy> 18</busconfig> 19