Merge "Allow surfaceflinger to read /proc/pid/cmdline of dumpstate."
diff --git a/surfaceflinger.te b/surfaceflinger.te
index cb67855..5ecfd18 100644
--- a/surfaceflinger.te
+++ b/surfaceflinger.te
@@ -50,6 +50,7 @@
 # Allow a dumpstate triggered screenshot
 binder_call(surfaceflinger, dumpstate)
 binder_call(surfaceflinger, shell)
+r_dir_file(surfaceflinger, dumpstate)
 
 # Needed on some devices for playing DRM protected content,
 # but seems expected and appropriate for all devices.