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

Allow apps to check attrs of /cache

am: 0e591bd2

* commit '0e591bd2':
  Allow apps to check attrs of /cache
parents 9001f6f8 0e591bd2
No related branches found
No related tags found
No related merge requests found
...@@ -237,6 +237,8 @@ allow appdomain adbd:unix_stream_socket connectto; ...@@ -237,6 +237,8 @@ allow appdomain adbd:unix_stream_socket connectto;
allow appdomain adbd:fd use; allow appdomain adbd:fd use;
allow appdomain adbd:unix_stream_socket { getattr getopt ioctl read write shutdown }; allow appdomain adbd:unix_stream_socket { getattr getopt ioctl read write shutdown };
allow appdomain cache_file:dir getattr;
### ###
### Neverallow rules ### 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