Skip to content
Snippets Groups Projects
Commit ebcb5806 authored by Chris Forbes's avatar Chris Forbes Committed by android-build-merger
Browse files

Merge "allow surfaceflinger to use socket from adbd" into oc-dev

am: 8027f979

Change-Id: I51f5c7186619238cb82b04d3db26b961d0c361a4
parents ea9d1b1f 8027f979
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,9 @@ set_prop(surfaceflinger, ctl_bootanim_prop) ...@@ -52,6 +52,9 @@ set_prop(surfaceflinger, ctl_bootanim_prop)
allow surfaceflinger appdomain:fd use; allow surfaceflinger appdomain:fd use;
allow surfaceflinger app_data_file:file { read write }; allow surfaceflinger app_data_file:file { read write };
# Use socket supplied by adbd, for cmd gpu vkjson etc.
allow surfaceflinger adbd:unix_stream_socket { read write getattr };
# 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)
......
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