diff --git a/zygote.te b/zygote.te index 321c1f657e3dcc11d552cbe65cb903dddb0198e7..3af4d913dfcee8b515783f858438343b399262ed 100644 --- a/zygote.te +++ b/zygote.te @@ -49,5 +49,5 @@ allow zygote zygote_exec:file { execute_no_trans open }; allow zygote ashmem_device:chr_file execute; allow zygote init:binder call; allow zygote shell_data_file:file { write getattr }; -allow zygote system:binder { transfer call }; +allow zygote system_server:binder { transfer call }; allow zygote servicemanager:binder { call };