diff --git a/appdata-sandbox-asan.json b/appdata-sandbox-asan.json index a4577734..06c592a4 100755 --- a/appdata-sandbox-asan.json +++ b/appdata-sandbox-asan.json @@ -19,5 +19,35 @@ "symbol-links" : [ ] }] + }], + "individual" : [{ + "__internal__.com.ohos.render" : [{ + "sandbox-root" : "/mnt/sandbox/com.ohos.render/", + "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" : [ + ] + }] }] }