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

am 6f201ddc: App: add permissions to read symlinks from dalvik cache.

* commit '6f201ddc':
  App: add permissions to read symlinks from dalvik cache.
parents 4bd6cf5f 6f201ddc
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.
Finish editing this message first!
Please register or to comment