Skip to content
Snippets Groups Projects
Commit 3c1a95d6 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "adbd: use hal_client_domain" am: 5a9410cf am: aa5feec9

am: d34c7eef

Change-Id: Ieb708734a6578e9f7bc43731e6b297704f8f3937
parents b16aaef3 d34c7eef
No related branches found
No related tags found
No related merge requests found
...@@ -71,9 +71,9 @@ binder_call(adbd, surfaceflinger) ...@@ -71,9 +71,9 @@ binder_call(adbd, surfaceflinger)
allow adbd gpu_device:chr_file rw_file_perms; allow adbd gpu_device:chr_file rw_file_perms;
allow adbd ion_device:chr_file rw_file_perms; allow adbd ion_device:chr_file rw_file_perms;
r_dir_file(adbd, system_file) r_dir_file(adbd, system_file)
# Needed for Android Studio screenshot
hwbinder_use(adbd) # Needed for various screenshots
allow adbd hal_graphics_allocator:fd use; hal_client_domain(adbd, hal_graphics_allocator)
# 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