mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-22 22:50:21 +00:00
commit
7ecd772200
@ -162,6 +162,9 @@
|
||||
}, {
|
||||
"src-path" : "/mnt/hmdfs/<currentUserId>/cloud/data/<PackageName>",
|
||||
"sandbox-path" : "/data/storage/el2/cloud"
|
||||
}, {
|
||||
"src-path" : "/mnt/data/<currentUserId>/media_fuse",
|
||||
"sandbox-path" : "/data/storage/el2/media"
|
||||
}],
|
||||
"symbol-links" : [{
|
||||
"target-name" : "/mnt/nweb/tmp",
|
||||
|
@ -278,6 +278,11 @@
|
||||
"sandbox-path" : "/data/storage/el2/cloud",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/mnt/data/<currentUserId>/media_fuse",
|
||||
"sandbox-path" : "/data/storage/el2/media",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}
|
||||
],
|
||||
"symbol-links" : [{
|
||||
|
Loading…
Reference in New Issue
Block a user