From a0a435bebb6075c4a77c30900a2ebed79922557f Mon Sep 17 00:00:00 2001 From: liyongxiang Date: Mon, 26 Feb 2024 17:14:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ACCESS=5FPROTOCOL=5FDFX=5FDATA=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0gids=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyongxiang --- appdata-sandbox.json | 1 + 1 file changed, 1 insertion(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 4089f5ca..cdeb1b15 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -681,6 +681,7 @@ }], "ohos.permission.ACCESS_PROTOCOL_DFX_DATA":[{ "sandbox-switch": "ON", + "gids": [1000], "mount-paths": [{ "src-path": "/data/log/protocol", "sandbox-path": "/data/log/protocol", From 5ec66abd38e453108e2398bcd91fdbf3e4785dba Mon Sep 17 00:00:00 2001 From: liyongxiang12 Date: Thu, 14 Mar 2024 05:50:18 +0000 Subject: [PATCH 2/2] update appdata-sandbox.json. Signed-off-by: liyongxiang12 --- appdata-sandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index cdeb1b15..b8c13104 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -681,7 +681,7 @@ }], "ohos.permission.ACCESS_PROTOCOL_DFX_DATA":[{ "sandbox-switch": "ON", - "gids": [1000], + "gids": [1007], "mount-paths": [{ "src-path": "/data/log/protocol", "sandbox-path": "/data/log/protocol",