diff options
| -rw-r--r-- | hcid/bluez-hcid.conf | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/hcid/bluez-hcid.conf b/hcid/bluez-hcid.conf index 53b7ec32..7586fc6e 100644 --- a/hcid/bluez-hcid.conf +++ b/hcid/bluez-hcid.conf @@ -21,6 +21,9 @@      <allow receive_sender="org.bluez.Manager"/>      <allow send_path="/org/bluez/Manager"/> + +    <allow send_destination="org.bluez.Security"/> +    <allow receive_sender="org.bluez.Security"/>    </policy>  </busconfig> | 
