Allow apps to check attrs of /cache

am: 0e591bd256

* commit '0e591bd256233add2c06c306bc17f5ebd71fe088':
  Allow apps to check attrs of /cache
This commit is contained in:
dcashman 2016-01-28 02:18:17 +00:00 committed by android-build-merger
commit a38af1a903

2
app.te
View file

@ -237,6 +237,8 @@ allow appdomain adbd:unix_stream_socket connectto;
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
###