diff --git a/adbd.te b/adbd.te index 34c0ae9b5600567d572a904c4fc7e5ecf5c59ce5..07b64ac86e1aa390016d43d0e5229e170fc76389 100644 --- a/adbd.te +++ b/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;