Skip to content
Snippets Groups Projects
Commit 18f2b80e authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Allow surfaceflinger to read /proc/pid/cmdline of dumpstate."

parents 3f869f0c 57955712
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,7 @@ allow surfaceflinger bootanim:fd use; ...@@ -50,6 +50,7 @@ allow surfaceflinger bootanim:fd use;
# Allow a dumpstate triggered screenshot # Allow a dumpstate triggered screenshot
binder_call(surfaceflinger, dumpstate) binder_call(surfaceflinger, dumpstate)
binder_call(surfaceflinger, shell) binder_call(surfaceflinger, shell)
r_dir_file(surfaceflinger, dumpstate)
# Needed on some devices for playing DRM protected content, # Needed on some devices for playing DRM protected content,
# but seems expected and appropriate for all devices. # but seems expected and appropriate for all devices.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment