From b9bbfeb003042b386e4025cdb3c3ee9b9f0c4432 Mon Sep 17 00:00:00 2001
From: Alex Klyubin <klyubin@google.com>
Date: Mon, 9 Sep 2013 17:17:08 -0700
Subject: [PATCH] Fix bug report notification not showing up.

Bug: 10498304
Change-Id: I74cac92368353694612dbd94f0d072b97ec9878b
---
 zygote.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zygote.te b/zygote.te
index 69b0eb31c..bf4d5ec29 100644
--- a/zygote.te
+++ b/zygote.te
@@ -50,3 +50,4 @@ 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 servicemanager:binder { call };
-- 
GitLab