startup_appspawn/appdata-sandbox-asan.json
cheng_jinsong 8e6c98e08e build appdata sandbox
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
2023-05-06 14:47:48 +08:00

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" : [
]
}]
}]
}