From 82140be9314be9bd60e2c1894d97c12f0f64f254 Mon Sep 17 00:00:00 2001 From: Alex Klyubin <klyubin@google.com> Date: Tue, 17 Sep 2013 10:07:01 -0700 Subject: [PATCH] Follow-up to rename system to system_server. 1fdee11df2552e29da0c48e3432f26f7a93e3bff renamed domain system to system_server in AOSP. This CL applies the rename to the rules that weren't in AOSP at the time. Change-Id: I0e226ddca2e01ed577204ddb4886a71f032a01ed --- zygote.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zygote.te b/zygote.te index 321c1f657..3af4d913d 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 }; -- GitLab