mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 15:10:44 +00:00
add share dir to dlp application
Signed-off-by: zhangkaixiang <zhangkaixiang5@huawei.com>
This commit is contained in:
parent
d45c4011fe
commit
e3f19ec0b5
@ -206,6 +206,11 @@
|
||||
"sandbox-path" : "/data/storage/el1/base",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/mnt/share/<currentUserId>/<PackageName_index>",
|
||||
"sandbox-path" : "/data/storage/el2/share",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}
|
||||
]}, {
|
||||
"flags": "START_FLAGS_BACKUP",
|
||||
|
Loading…
Reference in New Issue
Block a user