Skip to content
Snippets Groups Projects
Commit 3a69312a authored by Chia-I Wu's avatar Chia-I Wu Committed by android-build-merger
Browse files

Merge "Allow adbd to use graphics fds" am: 6f94c1d5

am: 7c35e243

Change-Id: I2de5f421ef7ecbb2954098615e31cefe3c88cff7
parents e8fdd805 7c35e243
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,9 @@ binder_call(adbd, surfaceflinger) ...@@ -70,6 +70,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)
allow adbd hal_graphics_allocator:fd use;
# 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.
Please register or to comment