diff --git a/private/untrusted_app_25.te b/private/untrusted_app_25.te index 0db825ae9a37d14a102f39fcee10d9ad03ba19fe..8825e2e784e05a04c54f4a552eeeabcc2cbe7766 100644 --- a/private/untrusted_app_25.te +++ b/private/untrusted_app_25.te @@ -49,7 +49,6 @@ allow untrusted_app_25 { apk_data_file app_data_file asec_public_file }:file exe # directories for targetApi<=25. This is also allowed for targetAPIs 26, # 27, and 28 in untrusted_app_27.te. allow untrusted_app_25 app_data_file:file { execute execute_no_trans }; -userdebug_or_eng(`auditallow untrusted_app_25 app_data_file:file { execute execute_no_trans };') # The ability to invoke dex2oat. Historically required by ART, now only # allowed for targetApi<=28 for compat reasons. diff --git a/private/untrusted_app_27.te b/private/untrusted_app_27.te index f3b9df821036383bd78e3f831313800a2e227e39..fab6acc36ebecdb891e7f1bc0f3c3775226072a2 100644 --- a/private/untrusted_app_27.te +++ b/private/untrusted_app_27.te @@ -30,7 +30,6 @@ bluetooth_domain(untrusted_app_27) # The ability to call exec() or dlopen() on files in the apps home # directories for targetApi 26, 27, and 28. allow untrusted_app_27 app_data_file:file { execute execute_no_trans }; -userdebug_or_eng(`auditallow untrusted_app_27 app_data_file:file { execute execute_no_trans };') # The ability to invoke dex2oat. Historically required by ART, now only # allowed for targetApi<=28 for compat reasons.