mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 15:10:44 +00:00
8e6c98e08e
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
23 lines
726 B
JSON
Executable File
23 lines
726 B
JSON
Executable File
{
|
|
"common" : [{
|
|
"top-sandbox-switch": "ON",
|
|
"app-base" : [{
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [ {
|
|
"src-path" : "/system/asan/lib",
|
|
"sandbox-path" : "/system/asan/lib",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/vendor/asan/lib",
|
|
"sandbox-path" : "/vendor/asan/lib",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}
|
|
],
|
|
"symbol-links" : [
|
|
]
|
|
}]
|
|
}]
|
|
}
|