From 4fc2f852c216ab89c26b3139544160927e42a8bc Mon Sep 17 00:00:00 2001 From: liuchuang Date: Sat, 1 Mar 2025 08:47:54 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AE=A1=E5=BA=94=E7=94=A8file=5Fmana?= =?UTF-8?q?ger=5Fhap=E8=BF=9B=E7=A8=8B=E7=94=B3=E8=AF=B7dev=5Ffuse=5Ffile?= =?UTF-8?q?=E6=A0=87=E7=AD=BEfilesystem=E7=9A=84read=E5=92=8Cwrite?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuchuang --- appdata-sandbox.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index ce342573..19b180e8 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -665,7 +665,16 @@ "ohos.permission.FILE_ACCESS_MANAGER":[{ "sandbox-switch": "ON", "gids": [1006, 1008], - "mount-paths": [{ + "mount-paths": [ + { + "src-path": "/mnt/data//network_neighbor/", + "sandbox-path": "/smb/", + "sandbox-flags": [ + "bind", + "rec" + ] + }, + { "src-path": "/mnt/user//nosharefs/docs", "sandbox-path": "/storage/Users", "sandbox-flags": [ "bind", "rec" ] -- Gitee