Skip to content
Snippets Groups Projects
Commit 4cfa4dec authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Allow apps to check attrs of /cache am: 0e591bd2

am: a38af1a9

* commit 'a38af1a9':
  Allow apps to check attrs of /cache
parents 4000cc33 a38af1a9
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,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
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment