Skip to content
Snippets Groups Projects
Commit 5e476c36 authored by Sreeram Ramachandran's avatar Sreeram Ramachandran Committed by Android Git Automerger
Browse files

am d2d172a3: Allow dumpstate to read the list of routing tables.

* commit 'd2d172a3':
  Allow dumpstate to read the list of routing tables.
parents e4409728 d2d172a3
No related branches found
No related tags found
No related merge requests found
...@@ -92,3 +92,7 @@ allow dumpstate gpu_device:chr_file rw_file_perms; ...@@ -92,3 +92,7 @@ allow dumpstate gpu_device:chr_file rw_file_perms;
# logd access # logd access
read_logd(dumpstate) read_logd(dumpstate)
control_logd(dumpstate) control_logd(dumpstate)
# Read network state info files.
allow dumpstate net_data_file:dir search;
allow dumpstate net_data_file:file r_file_perms;
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