Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow dex2oat to access files received from sockets (#165)
On some devices `dex2oat` cannot access files (fd) received from sockets due to SELinux restrictions. Hence, we add a new rule according to the avc logs, which showed that permissions `open` and `getattr` were needed.
- Loading branch information