Merge "Allow dumpstate to make binder calls to mmd" into main
diff --git a/private/dumpstate.te b/private/dumpstate.te
index d960ff6..b92ca6f 100644
--- a/private/dumpstate.te
+++ b/private/dumpstate.te
@@ -67,6 +67,9 @@
 # Allow dumpstate to talk to ot_daemon service over binder
 binder_call(dumpstate, ot_daemon)
 
+# Allow dumpstate to talk to mmd service over binder
+binder_call(dumpstate, mmd)
+
 # Collect metrics on boot time created by init
 get_prop(dumpstate, boottime_prop)