render process adds the /system/app/NWeb sandbox path

Signed-off-by: xiongjun_gitee <xiongjun28@huawei.com>
This commit is contained in:
xiongjun_gitee 2023-02-14 16:47:15 +08:00
parent a2ecf81ab4
commit 75e1e495f6
2 changed files with 10 additions and 0 deletions

View File

@ -426,6 +426,11 @@
"sandbox-path" : "/data/app/el1/bundle/public/com.ohos.nweb",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}, {
"src-path" : "/system/app/NWeb",
"sandbox-path" : "/system/app/NWeb",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}
],
"symbol-links" : [{

View File

@ -431,6 +431,11 @@
"sandbox-path" : "/data/app/el1/bundle/public/com.ohos.nweb",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}, {
"src-path" : "/system/app/NWeb",
"sandbox-path" : "/system/app/NWeb",
"sandbox-flags" : [ "bind", "rec" ],
"check-action-status": "false"
}
],
"symbol-links" : [{