commit | ae07227c2d0f526cf15f083abe1ae754ec414249 | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Sun Oct 09 03:44:51 2016 -0700 |
committer | Steve Kondik <steve@cyngn.com> | Sun Oct 09 03:44:51 2016 -0700 |
tree | 857abd0260e2da0e15d34b926f0637956a9e6eb3 | |
parent | d303031019db059315e42a78fdfdd538158385e2 [diff] [blame] |
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;