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 4<busconfig> 5 <!-- ../system.conf have denied everything, so we just punch some holes --> 6 7 <policy user="root"> 8 <allow own="org.chromium.bluetooth"/> 9 <allow own="org.chromium.bluetooth.Manager"/> 10 11 <allow send_destination="org.chromium.bluetooth"/> 12 <allow send_interface="org.freedesktop.DBus.ObjectManager"/> 13 <allow send_interface="org.freedesktop.DBus.Properties"/> 14 15 <allow send_destination="org.chromium.bluetooth.Manager"/> 16 <allow send_interface="org.chromium.bluetooth.Manager"/> 17 </policy> 18 19 <policy user="bluetooth"> 20 <allow own="org.chromium.bluetooth"/> 21 <allow own="org.chromium.bluetooth.Manager"/> 22 23 <allow send_destination="org.chromium.bluetooth"/> 24 <allow send_interface="org.freedesktop.DBus.ObjectManager"/> 25 <allow send_interface="org.freedesktop.DBus.Properties"/> 26 27 <allow send_destination="org.chromium.bluetooth.Manager"/> 28 <allow send_interface="org.chromium.bluetooth.Manager"/> 29 </policy> 30 31 <policy user="chronos"> 32 <allow send_destination="org.chromium.bluetooth"/> 33 </policy> 34 35 <policy context="default"> 36 <deny send_destination="org.chromium.bluetooth"/> 37 <deny send_destination="org.chromium.bluetooth.Manager"/> 38 </policy> 39</busconfig>