diff --git a/app.te b/app.te index 5fbe01ea83e458bc57c7fe6ef990df4bbd93cd00..8d2fa4190ad8615c1b50af5cfc4fd7f54961dd02 100644 --- a/app.te +++ b/app.te @@ -92,6 +92,9 @@ allow appdomain shell_exec:file rx_file_perms; allow appdomain system_file:file rx_file_perms; allow appdomain toolbox_exec:file rx_file_perms; +# Renderscript needs the ability to read directories on /system +r_dir_file(appdomain, system_file) + # Execute dex2oat when apps call dexclassloader allow appdomain dex2oat_exec:file rx_file_perms;