Merge "Allow dumpstate to read symlink under dalvik-cache"

This commit is contained in:
Nick Kralevich 2015-04-01 21:52:14 +00:00 committed by Gerrit Code Review
commit 2fd8866b80

View file

@ -88,6 +88,7 @@ allow dumpstate dumpstate_tmpfs:file execute;
allow dumpstate self:process execmem;
# For art.
allow dumpstate dalvikcache_data_file:file execute;
allow dumpstate dalvikcache_data_file:lnk_file r_file_perms;
# Dumpstate calls screencap, which grabs a screenshot. Needs gpu access
allow dumpstate gpu_device:chr_file rw_file_perms;