diff --git a/private/dumpstate.te b/private/dumpstate.te
index d1fbacccf74173797b4dcbe86483ed44c82513fe..293998d98f050a52bfdecd7c2d5e80c773f4be16 100644
--- a/private/dumpstate.te
+++ b/private/dumpstate.te
@@ -28,6 +28,9 @@ binder_call(dumpstate, storaged)
 # Allow dumpstate to make binder calls to statsd
 binder_call(dumpstate, statsd)
 
+# Allow dumpstate to talk to gpuservice over binder
+binder_call(dumpstate, gpuservice);
+
 # Collect metrics on boot time created by init
 get_prop(dumpstate, boottime_prop)