Snap for 9115583 from 30c4343daf8d0975c1900712d97492f6c98f2582 to gki13-boot-release

Change-Id: I62b203079345a09013e9c907468a9409aeefa522
diff --git a/vendor/google/dumpstate.te b/vendor/google/dumpstate.te
index 0e5a409..c69e874 100644
--- a/vendor/google/dumpstate.te
+++ b/vendor/google/dumpstate.te
@@ -16,3 +16,9 @@
 
 dontaudit dumpstate debugfs_dma_buf:file r_file_perms;
 dontaudit dumpstate incidentd:process sigkill;
+
+# dumpstate may trigger a screen capture using /system/bin/screencap. In this
+# case, the gralloc implementation will attempt to retrieve information about
+# the GPU using /sys/class/kgsl/**/gpu_model.
+allow dumpstate sysfs_msm_subsys:dir search;
+allow dumpstate sysfs_msm_subsys:file rw_file_perms;