Skip to content
Snippets Groups Projects
Commit cb8c5262 authored by dcashman's avatar dcashman Committed by Gerrit Code Review
Browse files

Merge "Allow adbd access to gpu_device."

parents 530d0f6a ddde8c29
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,8 @@ unix_socket_connect(adbd, vold, vold) ...@@ -50,6 +50,8 @@ unix_socket_connect(adbd, vold, vold)
# XXX Run screencap in a separate domain? # XXX Run screencap in a separate domain?
binder_use(adbd) binder_use(adbd)
binder_call(adbd, surfaceflinger) binder_call(adbd, surfaceflinger)
# b/13188914
allow adbd gpu_device:chr_file rw_file_perms;
# Read /data/misc/adb/adb_keys. # Read /data/misc/adb/adb_keys.
allow adbd adb_keys_file:dir search; allow adbd adb_keys_file:dir search;
......
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