Skip to content
Snippets Groups Projects
Commit c7ecaed2 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 75927265: am b2ed044f: dumpstate: allow gpu_device access

* commit '75927265':
  dumpstate: allow gpu_device access
parents af4ab994 75927265
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,9 @@ allow dumpstate self:process execmem;
# For art.
allow dumpstate dalvikcache_data_file:file execute;
# Dumpstate calls screencap, which grabs a screenshot. Needs gpu access
allow dumpstate gpu_device:chr_file rw_file_perms;
# logd access
read_logd(dumpstate)
control_logd(dumpstate)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment