diff --git a/dumpstate.te b/dumpstate.te
index b2870bcc05079d0cf0f9f8a786fb7f2ce9e9c71c..d9baadadc60be6572c115781e4b141538974a217 100644
--- a/dumpstate.te
+++ b/dumpstate.te
@@ -100,3 +100,6 @@ allow dumpstate net_data_file:file r_file_perms;
 # Access /data/tombstones.
 allow dumpstate tombstone_data_file:dir r_dir_perms;
 allow dumpstate tombstone_data_file:file r_file_perms;
+
+# Access /system/bin executables to determine type of executable.
+allow dumpstate {drmserver_exec mediaserver_exec sdcardd_exec surfaceflinger_exec}:file r_file_perms;