Sepolicy: Add perm for find cmstatusbar

01-11 20:56:42.459   367   367 E SELinux : avc:  denied  { find } for service=cmstatusbar pid=4069 uid=10094 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:cm_status_bar_service:s0 tclass=service_manager permissive=0

Change-Id: I807db436c6e983244c08ca025d41d75d035dbc0f
diff --git a/sepolicy/untrusted_app.te b/sepolicy/untrusted_app.te
index 5fde14f..fcd5756 100644
--- a/sepolicy/untrusted_app.te
+++ b/sepolicy/untrusted_app.te
@@ -1 +1,2 @@
 allow untrusted_app cm_weather_service:service_manager find;
+allow untrusted_app cm_status_bar_service:service_manager find;