From e30af12fb3ef7463ea6894575e4e75f51087ff6e Mon Sep 17 00:00:00 2001 From: cwx1266844 Date: Tue, 19 Mar 2024 15:56:06 +0800 Subject: [PATCH] add sandbox dir Signed-off-by: cwx1266844 --- appdata-sandbox.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index b7d79650..5e3c721d 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -649,13 +649,6 @@ "sandbox-path": "/storage/External", "sandbox-flags": [ "bind", "rec" ] }, - { - "src-path" : "/mnt/hmdfs//cloud/data/", - "sandbox-path" : "/data/storage/el2/cloud", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "false" - - }, { "src-path": "/storage/media//local/files/Docs", "sandbox-path": "/storage/Users/", @@ -668,6 +661,16 @@ } ] }], + "ohos.permission.CLOUDFILE_SYNC":[{ + "sandbox-switch": "ON", + "mount-paths": [{ + "src-path" : "/mnt/hmdfs//cloud/data/", + "sandbox-path" : "/data/storage/el2/cloud", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + } + ] + }], "ohos.permission.READ_IMAGEVIDEO":[{ "sandbox-switch": "ON", "gids": [1008],