diff --git a/private/dumpstate.te b/private/dumpstate.te
index 5cba2cdf9cc67d51f33a676c84bc36813f66337e..4f3dda6aa7f7a84b6588db05aa11f7864fb0ae59 100644
--- a/private/dumpstate.te
+++ b/private/dumpstate.te
@@ -34,6 +34,9 @@ binder_call(dumpstate, statsd)
 # Allow dumpstate to talk to gpuservice over binder
 binder_call(dumpstate, gpuservice);
 
+# Allow dumpstate to talk to idmap over binder
+binder_call(dumpstate, idmap);
+
 # Collect metrics on boot time created by init
 get_prop(dumpstate, boottime_prop)