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

am a8e9391a: am 3d770d25: surfaceflinger: fix bugreport screenshot functionality

* commit 'a8e9391a':
  surfaceflinger: fix bugreport screenshot functionality
parents 5361c45e a8e9391a
Branches
Tags
No related merge requests found
...@@ -38,3 +38,7 @@ allow surfaceflinger app_data_file:file { read write }; ...@@ -38,3 +38,7 @@ allow surfaceflinger app_data_file:file { read write };
# Use open file provided by bootanim. # Use open file provided by bootanim.
allow surfaceflinger bootanim:fd use; 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.
Please register or to comment