diff --git a/appdata-sandbox.json b/appdata-sandbox.json index ce3425734850459d261cf22a856174c09aac04c8..19b180e81f538e096032127de95ac8cef12e8007 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" ]