Skip to content
Snippets Groups Projects
Commit 8027f979 authored by Chris Forbes's avatar Chris Forbes Committed by Android (Google) Code Review
Browse files

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

parents 74a96734 676003cf
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,9 @@ set_prop(surfaceflinger, ctl_bootanim_prop)
allow surfaceflinger appdomain:fd use;
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
binder_call(surfaceflinger, dumpstate)
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