From 7fcb3a6124967ed97e5633979a879400011b9303 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep <jeffv@google.com> Date: Tue, 19 Jul 2016 11:12:17 -0700 Subject: [PATCH] adbd: allow reading rootfs dir Bug: 30213958 Change-Id: I0449575a5ec6cc4997bc36a13676474505a4190f --- adbd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adbd.te b/adbd.te index 68a37a74d..00da69f25 100644 --- a/adbd.te +++ b/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 ### -- GitLab