mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-12-02 12:27:28 +00:00
!798 应用沙箱新增/data/storage/el2/cloud目录
Merge pull request !798 from 张凯祥/add_cloud_dir
This commit is contained in:
commit
f55f33a71b
@ -537,6 +537,12 @@
|
|||||||
"sandbox-path": "/storage/External",
|
"sandbox-path": "/storage/External",
|
||||||
"sandbox-flags": [ "bind", "rec" ]
|
"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",
|
"src-path": "/storage/media/<currentUserId>/local/files/Docs",
|
||||||
"sandbox-path": "/storage/Users/currentUser",
|
"sandbox-path": "/storage/Users/currentUser",
|
||||||
|
Loading…
Reference in New Issue
Block a user