diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-09 03:00:15 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-09 03:00:15 +0100 |
commit | 06637b08f721e1565fa05b818adfb8a0acec804e (patch) | |
tree | 4836a816a7d4dce93ce76b149b655e44b6cd456a | |
parent | 60020d20e09c5cb13fd26db89893b4efdc488ec9 (diff) |
Allow sending requests to the agent
-rw-r--r-- | src/bluetooth.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth.conf b/src/bluetooth.conf index ffe69d37..c0476237 100644 --- a/src/bluetooth.conf +++ b/src/bluetooth.conf @@ -10,6 +10,7 @@ <policy user="root"> <allow own="org.bluez"/> <allow send_destination="org.bluez"/> + <allow send_interface="org.bluez.Agent"/> </policy> <policy at_console="true"> |