Snap for 4464699 from a21e865535f9389929576708791dbc87a4b0b2c0 to oc-mr1-iot-release

Change-Id: I33b65b8cef46a25d889db6c5e9f85eb4ec7a2ec4
diff --git a/public/wpantund.te b/public/wpantund.te
index a97481e..4bde341 100644
--- a/public/wpantund.te
+++ b/public/wpantund.te
@@ -10,6 +10,9 @@
 # wpantund needs to be able to check in with the lowpan_service
 allow wpantund lowpan_service:service_manager find;
 
+# wpantund needs to be able to verify permissions
+allow wpantund permission_service:service_manager find;
+
 # Allow wpantund to call any callbacks that have been registered with it.
 # Generally, only privileged apps are able to register callbacks with
 # wpantund, so we are limiting the scope for callbacks to only privileged