mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
commit
c42fea9d5e
@ -649,13 +649,6 @@
|
||||
"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/<currentUserId>",
|
||||
@ -668,6 +661,16 @@
|
||||
}
|
||||
]
|
||||
}],
|
||||
"ohos.permission.CLOUDFILE_SYNC":[{
|
||||
"sandbox-switch": "ON",
|
||||
"mount-paths": [{
|
||||
"src-path" : "/mnt/hmdfs/<currentUserId>/cloud/data/<PackageName>",
|
||||
"sandbox-path" : "/data/storage/el2/cloud",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}
|
||||
]
|
||||
}],
|
||||
"ohos.permission.READ_IMAGEVIDEO":[{
|
||||
"sandbox-switch": "ON",
|
||||
"gids": [1008],
|
||||
|
Loading…
Reference in New Issue
Block a user