diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-12-13 23:09:52 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-12-13 23:09:52 +0000 | 
| commit | 930a2e3369f14694bc7661a77cec279171a421a4 (patch) | |
| tree | 4041b37e7868eb0363f28a306a60c9f1a9924ca1 | |
| parent | 6ab0c763564fb55fc50f2f8ce4712fc718321635 (diff) | |
Update the D-Bus policy configuration file
| -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"/> | 
