adbd: allow reading rootfs dir

Bug: 30213958
Change-Id: I0449575a5ec6cc4997bc36a13676474505a4190f
This commit is contained in:
Jeff Vander Stoep 2016-07-19 11:12:17 -07:00
parent 83348b0b94
commit 7fcb3a6124

View file

@ -101,6 +101,8 @@ 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;
allow adbd rootfs:dir r_dir_perms;
###
### Neverallow rules
###