Skip to content
Snippets Groups Projects
Commit aed33118 authored by Jeff Hao's avatar Jeff Hao Committed by Android Git Automerger
Browse files

am 9ab0194a: App: add permissions to read symlinks from dalvik cache.

* commit '9ab0194a':
  App: add permissions to read symlinks from dalvik cache.
parents cb0856a8 9ab0194a
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,7 @@ allow appdomain usbaccessory_device:chr_file { read write getattr };
# For art.
allow appdomain dalvikcache_data_file:file execute;
allow appdomain dalvikcache_data_file:lnk_file r_file_perms;
# /data/dalvik-cache/profiles
allow appdomain dalvikcache_profiles_data_file:dir { search getattr };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment