Add the webview zygote socket to the zygote whitelist.
Allow the webview zygote socket to be open at time of fork, so that
webview renderers can be forked successfully.
(cherry picked from commit a7fcb2bc2a)
Test: WebView functions correctly with multiprocess dev setting enabled
Bug: 21643067
Change-Id: I312846433a43a8e4548cb2f98b96b56acf9f5333
This commit is contained in:
committed by
Andreas Gampe
parent
c1536f0d10
commit
898fd69451
@@ -51,6 +51,7 @@ static const char* kPathWhitelist[] = {
|
||||
"/dev/null",
|
||||
"/dev/socket/zygote",
|
||||
"/dev/socket/zygote_secondary",
|
||||
"/dev/socket/webview_zygote",
|
||||
"/sys/kernel/debug/tracing/trace_marker",
|
||||
"/system/framework/framework-res.apk",
|
||||
"/dev/urandom",
|
||||
|
||||
Reference in New Issue
Block a user