diff options
| -rw-r--r-- | hcid/bluez-hcid.conf | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/hcid/bluez-hcid.conf b/hcid/bluez-hcid.conf index af3c49e7..72380aef 100644 --- a/hcid/bluez-hcid.conf +++ b/hcid/bluez-hcid.conf @@ -7,9 +7,11 @@    <!-- ../system.conf have denied everything, so we just punch some holes --> -  <policy context="default"> +  <policy user="root">      <allow own="org.bluez"/> +  </policy> +  <policy at_console="true">      <allow send_destination="org.bluez.Device"/>      <allow receive_sender="org.bluez.Device"/> | 
