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

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

* commit 'aed33118':
  App: add permissions to read symlinks from dalvik cache.
parents 0d8c55a9 aed33118
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