Skip to content
Snippets Groups Projects
Commit 6f201ddc authored by Jeff Hao's avatar Jeff Hao
Browse files

App: add permissions to read symlinks from dalvik cache.

Bug: 18035729
Change-Id: Ib60f9cd59a7a185ae99761ad29358a735ae2ad26
parent 9f0af9ec
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