mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 09:11:04 +00:00
add asan to sandbox
Signed-off-by: martin <dxd_09101011@163.com>
This commit is contained in:
parent
df31893987
commit
4b5dde30e2
@ -43,6 +43,11 @@
|
|||||||
"sandbox-path" : "/system/lib",
|
"sandbox-path" : "/system/lib",
|
||||||
"sandbox-flags" : [ "bind", "rec" ],
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
"check-action-status": "false"
|
"check-action-status": "false"
|
||||||
|
}, {
|
||||||
|
"src-path" : "/system/asan/lib",
|
||||||
|
"sandbox-path" : "/system/asan/lib",
|
||||||
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
|
"check-action-status": "false"
|
||||||
}, {
|
}, {
|
||||||
"src-path" : "/system/data",
|
"src-path" : "/system/data",
|
||||||
"sandbox-path" : "/system/data",
|
"sandbox-path" : "/system/data",
|
||||||
@ -73,6 +78,11 @@
|
|||||||
"sandbox-path" : "/vendor/lib",
|
"sandbox-path" : "/vendor/lib",
|
||||||
"sandbox-flags" : [ "bind", "rec" ],
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
"check-action-status": "false"
|
"check-action-status": "false"
|
||||||
|
}, {
|
||||||
|
"src-path" : "/vendor/asan/lib",
|
||||||
|
"sandbox-path" : "/vendor/asan/lib",
|
||||||
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
|
"check-action-status": "false"
|
||||||
}, {
|
}, {
|
||||||
"src-path" : "/data/app/el1/bundle/public/<PackageName>",
|
"src-path" : "/data/app/el1/bundle/public/<PackageName>",
|
||||||
"sandbox-path" : "/data/storage/el1/bundle",
|
"sandbox-path" : "/data/storage/el1/bundle",
|
||||||
|
@ -43,11 +43,21 @@
|
|||||||
"sandbox-path" : "/system/lib",
|
"sandbox-path" : "/system/lib",
|
||||||
"sandbox-flags" : [ "bind", "rec" ],
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
"check-action-status": "false"
|
"check-action-status": "false"
|
||||||
|
}, {
|
||||||
|
"src-path" : "/system/asan/lib",
|
||||||
|
"sandbox-path" : "/system/asan/lib",
|
||||||
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
|
"check-action-status": "false"
|
||||||
}, {
|
}, {
|
||||||
"src-path" : "/system/lib64",
|
"src-path" : "/system/lib64",
|
||||||
"sandbox-path" : "/system/lib64",
|
"sandbox-path" : "/system/lib64",
|
||||||
"sandbox-flags" : [ "bind", "rec" ],
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
"check-action-status": "false"
|
"check-action-status": "false"
|
||||||
|
}, {
|
||||||
|
"src-path" : "/system/asan/lib64",
|
||||||
|
"sandbox-path" : "/system/asan/lib64",
|
||||||
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
|
"check-action-status": "false"
|
||||||
}, {
|
}, {
|
||||||
"src-path" : "/system/data",
|
"src-path" : "/system/data",
|
||||||
"sandbox-path" : "/system/data",
|
"sandbox-path" : "/system/data",
|
||||||
@ -78,6 +88,11 @@
|
|||||||
"sandbox-path" : "/vendor/lib64",
|
"sandbox-path" : "/vendor/lib64",
|
||||||
"sandbox-flags" : [ "bind", "rec" ],
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
"check-action-status": "false"
|
"check-action-status": "false"
|
||||||
|
}, {
|
||||||
|
"src-path" : "/vendor/asan/lib64",
|
||||||
|
"sandbox-path" : "/vendor/asan/lib64",
|
||||||
|
"sandbox-flags" : [ "bind", "rec" ],
|
||||||
|
"check-action-status": "false"
|
||||||
}, {
|
}, {
|
||||||
"src-path" : "/data/app/el1/bundle/public/<PackageName>",
|
"src-path" : "/data/app/el1/bundle/public/<PackageName>",
|
||||||
"sandbox-path" : "/data/storage/el1/bundle",
|
"sandbox-path" : "/data/storage/el1/bundle",
|
||||||
|
Loading…
Reference in New Issue
Block a user