!1696 适配媒体库fuse

Merge pull request !1696 from anakinjiang/master
This commit is contained in:
openharmony_ci 2024-11-22 13:16:58 +00:00 committed by Gitee
commit 7ecd772200
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -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" : [{