hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From baef74c1d678460676bd78e1109f70c070dfc32f Mon Sep 17 00:00:00 2001
From: Yao Xiao <xiaoyao@rock-chips.com>
Date: Tue, 6 Aug 2019 06:28:47 +0000
Subject: [PATCH 08/19] bluez5: fix obex permissions
 
Signed-off-by: Yao Xiao <xiaoyao@rock-chips.com>
---
 src/bluetooth.conf | 3 +++
 1 file changed, 3 insertions(+)
 
diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index 0c0b221..8aa6ac1 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -9,8 +9,11 @@
 
   <policy user="root">
     <allow own="org.bluez"/>
+    <allow own="org.bluez.obex"/>
     <allow send_destination="org.bluez"/>
+    <allow send_destination="org.bluez.obex"/>
     <allow send_interface="org.bluez.Agent1"/>
+    <allow send_interface="org.bluez.obex"/>
     <allow send_interface="org.bluez.MediaEndpoint1"/>
     <allow send_interface="org.bluez.MediaPlayer1"/>
     <allow send_interface="org.bluez.Profile1"/>
-- 
2.20.1