diff --git a/dumpstate.te b/dumpstate.te index cb38e0ba06eb695ac2aef861cfbe1c591a3131e5..16050edb8f97a74a1f3b264bdc51a83b0713dc16 100644 --- a/dumpstate.te +++ b/dumpstate.te @@ -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;