Allow apps to check attrs of /cache
am: 0e591bd256
* commit '0e591bd256233add2c06c306bc17f5ebd71fe088':
Allow apps to check attrs of /cache
This commit is contained in:
commit
a38af1a903
1 changed files with 2 additions and 0 deletions
2
app.te
2
app.te
|
@ -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
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in a new issue