mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-12-04 13:28:42 +00:00
42242ba1a7
Signed-off-by: cbl <caobaolong5@huawei.com>
24 lines
763 B
JSON
Executable File
24 lines
763 B
JSON
Executable File
{
|
|
"common" : [{
|
|
"top-sandbox-switch": "ON",
|
|
"app-base" : [{
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"sandbox-ns-flags" : [],
|
|
"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" : [
|
|
]
|
|
}]
|
|
}]
|
|
}
|