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

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

* commit '5e476c36':
  Allow dumpstate to read the list of routing tables.
parents d9cb5eaa 5e476c36
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