Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow system server to access tmpfs files
* For some reasons CachedAppOptimizer is throwing these kinds of denials [1] it wont probably hurt to allow access to tmpfs files since system server already have access to app domain and zygote tmpfs [1] avc: denied { write } for comm="CachedAppOptimi" dev="tmpfs" ino=34884 scontext=u:r:system_server:s0 tcontext=u:object_r:tmpfs:s0 tclass=file permissive=0 avc: denied { write } for comm="CachedAppOptimi" dev="tmpfs" ino=16233 scontext=u:r:system_server:s0 tcontext=u:object_r:zygote_tmpfs:s0 tclass=file permissive=0 Signed-off-by: minaripenguin <[email protected]> Signed-off-by: Pranav Temkar <[email protected]> Change-Id: I9207deadabb3bb4dc75be5215e32719a4346d1ca
- Loading branch information