xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/public/webview_zygote.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# webview_zygote is an auxiliary zygote process that is used to spawn
2# isolated_app processes for rendering untrusted web content.
3
4type webview_zygote, domain;
5type webview_zygote_exec, exec_type, file_type;
6type webview_zygote_tmpfs, file_type;
7