add cloud disk dir

Signed-off-by: zhangkaixiang <zhangkaixiang5@huawei.com>
Change-Id: I4b72ef434d7aa14d372d3a0f1ab943c735728536
This commit is contained in:
zhangkaixiang 2023-10-17 12:10:38 +00:00 committed by jaychao
parent 004331a8b0
commit dd2ad87020

View File

@ -537,6 +537,12 @@
"sandbox-path": "/storage/External",
"sandbox-flags": [ "bind", "rec" ]
},
{
"src-path" : "/mnt/hmdfs/<currentUserId>/cloud/data/<PackageName>",
"sandbox-path" : "/data/storage/el2/cloud",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
},
{
"src-path": "/storage/media/<currentUserId>/local/files/Docs",
"sandbox-path": "/storage/Users/currentUser",