mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
fix: 新需求
Signed-off-by: 樊景乐 <fanjingle@h-partners.com>
This commit is contained in:
parent
a91c5a8c1c
commit
1e6025a2a9
@ -460,7 +460,7 @@
|
||||
"src-path": "/data/app/el2/<currentUserId>/database/<variablePackageName>",
|
||||
"sandbox-path": "<deps-path>/database"
|
||||
}, {
|
||||
"src-path": "/data/app/el2/<currentUserId>/log/<variablePackageName>",
|
||||
"src-path": "/data/app/el2/<currentUserId>/log/<PackageName>",
|
||||
"sandbox-path": "<deps-path>/log"
|
||||
}, {
|
||||
"src-path": "/mnt/hmdfs/<currentUserId>/non_account/merge_view/data",
|
||||
|
@ -164,7 +164,7 @@
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/data/app/el2/<currentUserId>/log/<variablePackageName>",
|
||||
"src-path" : "/data/app/el2/<currentUserId>/log/<PackageName>",
|
||||
"sandbox-path" : "/data/storage/el2/log",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
|
Loading…
Reference in New Issue
Block a user