Tri Vo | bc8dc3a | 2019-05-26 13:17:08 -0700 | [diff] [blame^] | 1 | # webview_zygote is an auxiliary zygote process that is used to spawn |
2 | # isolated_app processes for rendering untrusted web content. | ||||
3 | |||||
4 | type webview_zygote, domain; | ||||
5 | type webview_zygote_exec, exec_type, file_type; | ||||
6 | type webview_zygote_tmpfs, file_type; |