Skip to content
Snippets Groups Projects
Commit 8395bb4a authored by Nick Kralevich's avatar Nick Kralevich
Browse files

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

Change-Id: I168842b3e281efcb0632049632ed3817c2025e4d
parent b8511e0d
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ allow system_server system_server_tmpfs:file execute; ...@@ -14,6 +14,7 @@ allow system_server system_server_tmpfs:file execute;
# For art. # For art.
allow system_server dalvikcache_data_file:file execute; allow system_server dalvikcache_data_file:file execute;
allow system_server dex2oat_exec:file rx_file_perms;
# /data/resource-cache # /data/resource-cache
allow system_server resourcecache_data_file:file r_file_perms; allow system_server resourcecache_data_file:file r_file_perms;
......
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