diff --git a/adbd.te b/adbd.te
index 68a37a74d1b26c4365dd08088cf1a299df157fd3..72273ff9d2a1c7bdebfdbec7aa1d71621accd554 100644
--- a/adbd.te
+++ b/adbd.te
@@ -101,6 +101,10 @@ allow adbd storage_file:lnk_file r_file_perms;
 allow adbd mnt_user_file:dir r_dir_perms;
 allow adbd mnt_user_file:lnk_file r_file_perms;
 
+r_dir_file(adbd, apk_data_file)
+
+allow adbd rootfs:dir r_dir_perms;
+
 ###
 ### Neverallow rules
 ###