Skip to content
Snippets Groups Projects
Commit a8e9391a authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 3d770d25: surfaceflinger: fix bugreport screenshot functionality

* commit '3d770d25':
  surfaceflinger: fix bugreport screenshot functionality
parents 35e41610 3d770d25
No related branches found
No related tags found
No related merge requests found
......@@ -38,3 +38,7 @@ allow surfaceflinger app_data_file:file { read write };
# Use open file provided by bootanim.
allow surfaceflinger bootanim:fd use;
# Allow a dumpstate triggered screenshot
binder_call(surfaceflinger, dumpstate)
allow surfaceflinger shell_data_file:file write;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment