mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-30 10:40:33 +00:00
add cloud disk dir
Signed-off-by: zhangkaixiang <zhangkaixiang5@huawei.com> Change-Id: I4b72ef434d7aa14d372d3a0f1ab943c735728536
This commit is contained in:
parent
004331a8b0
commit
dd2ad87020
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user