From d629b87e896171023569ab207f55cfeae560c711 Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Mon, 9 Sep 2013 15:40:15 -0700 Subject: [PATCH] Fix bug report notification not showing up. Bug: 10498304 Change-Id: Ic0e30bdf6cc35f9d9e2752f36940e75e7ae37d83 --- zygote.te | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zygote.te b/zygote.te index 87f72bfbe..69b0eb31c 100644 --- a/zygote.te +++ b/zygote.te @@ -44,3 +44,9 @@ allow zygote labeledfs:filesystem remount; # Handle --invoke-with command when launching Zygote with a wrapper command. allow zygote zygote_exec:file { execute_no_trans open }; + +# handle bugreports b/10498304 +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 }; -- GitLab