Skip to content
Snippets Groups Projects
Commit 9ed70dc5 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

app.te: grant /system dir/file/symlink read am: 5c8854ab

am: 2f89f3c1

* commit '2f89f3c1':
  app.te: grant /system dir/file/symlink read
parents ee25c984 2f89f3c1
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,9 @@ allow appdomain shell_exec:file rx_file_perms; ...@@ -92,6 +92,9 @@ allow appdomain shell_exec:file rx_file_perms;
allow appdomain system_file:file rx_file_perms; allow appdomain system_file:file rx_file_perms;
allow appdomain toolbox_exec: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 # Execute dex2oat when apps call dexclassloader
allow appdomain dex2oat_exec:file rx_file_perms; allow appdomain dex2oat_exec:file rx_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment