-
- Downloads
SELinux changes to accomodate starting the webview_zygote as a child of the zygote.
In this architecture, the system_server instructs the zygote to fork a child-zygote to be the webview_zygote. The system_server tells this new zygote to listen for fork requests on a random abstract unix socket of its choosing. A follow-up CL will remove the rules for starting webview_zygote via init. Bug: 63749735 Test: m Test: Launch "Third-party licenses" activity from Settings, and it renders correctly via the WebView. Merged-In: I864743943c11c18de386010ecd4b616721cb9954 Change-Id: I1c352e47b66eca3a3fa641daa6ecc3e7a889b54e
Showing
- private/seapp_contexts 1 addition, 0 deletionsprivate/seapp_contexts
- private/system_server.te 1 addition, 0 deletionsprivate/system_server.te
- private/webview_zygote.te 12 additions, 2 deletionsprivate/webview_zygote.te
- private/zygote.te 3 additions, 2 deletionsprivate/zygote.te
- public/domain.te 2 additions, 0 deletionspublic/domain.te
Please register or sign in to comment