mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2025-03-01 17:05:37 +00:00
render process adds the /system/app/NWeb sandbox path
Signed-off-by: xiongjun_gitee <xiongjun28@huawei.com>
This commit is contained in:
parent
a2ecf81ab4
commit
75e1e495f6
@ -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" : [{
|
||||
|
@ -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" : [{
|
||||
|
Loading…
x
Reference in New Issue
Block a user