adbd: allow reading rootfs dir
Bug: 30213958 Change-Id: I0449575a5ec6cc4997bc36a13676474505a4190f
This commit is contained in:
parent
83348b0b94
commit
7fcb3a6124
1 changed files with 2 additions and 0 deletions
2
adbd.te
2
adbd.te
|
@ -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
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue