Skip to content
Snippets Groups Projects
Commit 7e44292e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "place dex2oat auditallow statements in userdebug_or_eng blocks"

parents d9047e66 cfe1baea
No related branches found
No related tags found
No related merge requests found
...@@ -53,5 +53,4 @@ allow untrusted_app_25 app_data_file:file execute_no_trans; ...@@ -53,5 +53,4 @@ allow untrusted_app_25 app_data_file:file execute_no_trans;
# The ability to invoke dex2oat. Historically required by ART, now only # The ability to invoke dex2oat. Historically required by ART, now only
# allowed for targetApi<=28 for compat reasons. # allowed for targetApi<=28 for compat reasons.
allow untrusted_app_25 dex2oat_exec:file rx_file_perms; allow untrusted_app_25 dex2oat_exec:file rx_file_perms;
auditallow untrusted_app_25 dex2oat_exec:file rx_file_perms; userdebug_or_eng(`auditallow untrusted_app_25 dex2oat_exec:file rx_file_perms;')
...@@ -34,5 +34,4 @@ allow untrusted_app_27 app_data_file:file execute_no_trans; ...@@ -34,5 +34,4 @@ allow untrusted_app_27 app_data_file:file execute_no_trans;
# The ability to invoke dex2oat. Historically required by ART, now only # The ability to invoke dex2oat. Historically required by ART, now only
# allowed for targetApi<=28 for compat reasons. # allowed for targetApi<=28 for compat reasons.
allow untrusted_app_27 dex2oat_exec:file rx_file_perms; allow untrusted_app_27 dex2oat_exec:file rx_file_perms;
auditallow untrusted_app_27 dex2oat_exec:file rx_file_perms; userdebug_or_eng(`auditallow untrusted_app_27 dex2oat_exec:file rx_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