Allow apps to check attrs of /cache am: 0e591bd256
am: a38af1a903

* commit 'a38af1a903f038ee08490db898c2416885f859db':
  Allow apps to check attrs of /cache
diff --git a/app.te b/app.te
index 70975d9..9f68327 100644
--- a/app.te
+++ b/app.te
@@ -240,6 +240,8 @@
 allow appdomain adbd:fd use;
 allow appdomain adbd:unix_stream_socket { getattr getopt ioctl read write shutdown };
 
+allow appdomain cache_file:dir getattr;
+
 ###
 ### Neverallow rules
 ###