diff --git a/adbd.te b/adbd.te index 28fa5e5e0a5489d175dc874af510c1e1c7d20cd5..1e9191f1934d10d361b13f479d82b288a41636cf 100644 --- a/adbd.te +++ b/adbd.te @@ -53,6 +53,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;