!984 add sandbox dir

Merge pull request !984 from 陈润/master
This commit is contained in:
openharmony_ci 2024-03-21 11:35:06 +00:00 committed by Gitee
commit c42fea9d5e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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],