Tri Vo | bc8dc3a | 2019-05-26 13:17:08 -0700 | [diff] [blame^] | 1 | # app_zygote is an auxiliary zygote process that is used to spawn |
2 | # isolated service processes for individual applications. It is | ||||
3 | # spawned from the regular zygote process as a "child zygote". | ||||
4 | |||||
5 | type app_zygote, domain; | ||||
6 | type app_zygote_tmpfs, file_type; |