adbd: allow ddms screen capture to work again
am: 5e8402df43
* commit '5e8402df4322182bb4a5c8e61a13d916e4b34afe':
adbd: allow ddms screen capture to work again
This commit is contained in:
commit
8e5436460b
1 changed files with 2 additions and 0 deletions
2
adbd.te
2
adbd.te
|
@ -62,6 +62,8 @@ binder_use(adbd)
|
|||
binder_call(adbd, surfaceflinger)
|
||||
# b/13188914
|
||||
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.
|
||||
allow adbd adb_keys_file:dir search;
|
||||
|
|
Loading…
Reference in a new issue