Skip to content
Snippets Groups Projects
Commit 1d3cebc7 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

adbd: allow ddms screen capture to work again am: 5e8402df

am: 8e543646

* commit '8e543646':
  adbd: allow ddms screen capture to work again
parents 80c34f6a 8e543646
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,8 @@ binder_use(adbd) ...@@ -62,6 +62,8 @@ binder_use(adbd)
binder_call(adbd, surfaceflinger) binder_call(adbd, surfaceflinger)
# b/13188914 # b/13188914
allow adbd gpu_device:chr_file rw_file_perms; allow adbd gpu_device:chr_file rw_file_perms;
allow adbd ion_device:chr_file r_file_perms;
r_dir_file(adbd, system_file)
# 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