diff --git a/adbd.te b/adbd.te index cda54142d5b653dd6a2654b44aa1ffe2fbf4a5cb..76cc4b1d5b3908ac1999cfe1d3a75150445a295b 100644 --- a/adbd.te +++ b/adbd.te @@ -50,6 +50,8 @@ unix_socket_connect(adbd, vold, vold) # XXX Run screencap in a separate domain? binder_use(adbd) binder_call(adbd, surfaceflinger) +# b/13188914 +allow adbd gpu_device:chr_file rw_file_perms; # Read /data/misc/adb/adb_keys. allow adbd adb_keys_file:dir search;