fix system_server dex2oat exec
Addresses the following denial: W/system_server( 2697): type=1400 audit(0.0:9): avc: denied { execute } for name="dex2oat" dev="mmcblk0p31" ino=118 scontext=u:r:system_server:s0 tcontext=u:object_r:dex2oat_exec:s0 tclass=file permissive=0 Bug: 16317188 Change-Id: I168842b3e281efcb0632049632ed3817c2025e4d
This commit is contained in:
parent
8ee37b4f1c
commit
10370f5ff4
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ allow system_server system_server_tmpfs:file execute;
|
|||
|
||||
# For art.
|
||||
allow system_server dalvikcache_data_file:file execute;
|
||||
allow system_server dex2oat_exec:file rx_file_perms;
|
||||
|
||||
# /data/resource-cache
|
||||
allow system_server resourcecache_data_file:file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue