adbd: allow ddms screen capture to work again
am: 5e8402df43
* commit '5e8402df4322182bb4a5c8e61a13d916e4b34afe':
adbd: allow ddms screen capture to work again
diff --git a/adbd.te b/adbd.te
index 34c0ae9..07b64ac 100644
--- a/adbd.te
+++ b/adbd.te
@@ -62,6 +62,8 @@
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;