mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-22 22:50:21 +00:00
add nweb asan lib
Signed-off-by: yanghao <yanghao236@huawei.com> Change-Id: I4775fad80064019eb851d5f4499d311804244d88
This commit is contained in:
parent
27ae29effd
commit
f971f06dd7
@ -19,5 +19,35 @@
|
||||
"symbol-links" : [
|
||||
]
|
||||
}]
|
||||
}],
|
||||
"individual" : [{
|
||||
"__internal__.com.ohos.render" : [{
|
||||
"sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
|
||||
"sandbox-ns-flags" : [ "pid", "net" ],
|
||||
"mount-paths" : [{
|
||||
"src-path" : "/system/asan/lib64",
|
||||
"sandbox-path" : "/system/asan/lib64",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/vendor/asan/lib64",
|
||||
"sandbox-path" : "/vendor/asan/lib64",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"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" : [
|
||||
]
|
||||
}]
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user