1*e4a36f41SAndroid Build Coastguard Worker# app_zygote is an auxiliary zygote process that is used to spawn 2*e4a36f41SAndroid Build Coastguard Worker# isolated service processes for individual applications. It is 3*e4a36f41SAndroid Build Coastguard Worker# spawned from the regular zygote process as a "child zygote". 4*e4a36f41SAndroid Build Coastguard Workertype app_zygote, domain; 5*e4a36f41SAndroid Build Coastguard Workertype app_zygote_tmpfs, file_type; 6*e4a36f41SAndroid Build Coastguard Worker 7*e4a36f41SAndroid Build Coastguard Worker# system/sepolicy/public is for vendor-facing type and attribute definitions. 8*e4a36f41SAndroid Build Coastguard Worker# DO NOT ADD allow, neverallow, or dontaudit statements here. 9*e4a36f41SAndroid Build Coastguard Worker# Instead, add such policy rules to system/sepolicy/private/*.te. 10