Skip to content
Snippets Groups Projects
Commit b2ed044f authored by Nick Kralevich's avatar Nick Kralevich
Browse files

dumpstate: allow gpu_device access

dumpstate calls screencap to take a screenshot. screencap
requires the ability to access the gpu device. Allow it.

Bug: 15514427
Change-Id: Iad8451b6108786653146de471f6be2d26b0e3297
parent 7fd03e9c
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.
Finish editing this message first!
Please register or to comment