Skip to content
Snippets Groups Projects
Commit 2f89f3c1 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

* commit '5c8854ab':
  app.te: grant /system dir/file/symlink read
parents b768bd46 5c8854ab
Branches
Tags
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