summaryrefslogtreecommitdiff
path: root/src/bluetooth.conf
diff options
context:
space:
mode:
authorHoward Chung <howardchung@google.com>2020-09-16 15:16:52 +0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-09-16 09:38:20 -0700
commit9c8538c1711e9e3e9db440e145dac0e71bb7158a (patch)
tree1822327310dbed10e7a1da2468af95c6d2567043 /src/bluetooth.conf
parentd465c70f9ba0702c60c27c9fdd1375c5832b81f5 (diff)
downloadbluez-9c8538c1711e9e3e9db440e145dac0e71bb7158a.tar.gz
core: Add AdvertisementMonitor to bluetooth.conf
AdvertisementMonitor must be included in bluetooth.conf in order to be able to call Release
Diffstat (limited to 'src/bluetooth.conf')
-rw-r--r--src/bluetooth.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index 8a1e25801..b6c614908 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.AdvertisementMonitor1"/>
<allow send_interface="org.bluez.Agent1"/>
<allow send_interface="org.bluez.MediaEndpoint1"/>
<allow send_interface="org.bluez.MediaPlayer1"/>