Skip to content
Snippets Groups Projects
Commit 57dec60c 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 c2eb12b2 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 }; ...@@ -142,6 +142,7 @@ allow appdomain usbaccessory_device:chr_file { read write getattr };
# For art. # For art.
allow appdomain dalvikcache_data_file:file execute; allow appdomain dalvikcache_data_file:file execute;
allow appdomain dalvikcache_data_file:lnk_file r_file_perms;
# /data/dalvik-cache/profiles # /data/dalvik-cache/profiles
allow appdomain dalvikcache_profiles_data_file:dir { search getattr }; 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