adbd: allow "adb pull /sdcard/"
am: b899f4fc33

* commit 'b899f4fc33e93ad6ec3d81c39e17eae5ea2fef4f':
  adbd: allow "adb pull /sdcard/"
diff --git a/adbd.te b/adbd.te
index a35d570..34c0ae9 100644
--- a/adbd.te
+++ b/adbd.te
@@ -35,6 +35,8 @@
 allow adbd shell_data_file:file create_file_perms;
 
 # adb push/pull sdcard.
+allow adbd tmpfs:dir search;
+allow adbd rootfs:lnk_file r_file_perms;
 allow adbd sdcard_type:dir create_dir_perms;
 allow adbd sdcard_type:file create_file_perms;