sepolicy: Allow apps to find the weather service

Change-Id: I9cc5ca54eef9e9a32851c6ef896ee518a44349a8
diff --git a/sepolicy/untrusted_app.te b/sepolicy/untrusted_app.te
new file mode 100644
index 0000000..5fde14f
--- /dev/null
+++ b/sepolicy/untrusted_app.te
@@ -0,0 +1 @@
+allow untrusted_app cm_weather_service:service_manager find;