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

* commit '5e476c361f45a56a594112a72dedd4ee02c7d0b8':
  Allow dumpstate to read the list of routing tables.
This commit is contained in:
Sreeram Ramachandran 2014-07-09 12:26:46 +00:00 committed by Android Git Automerger
commit 43613e6b70

View file

@ -92,3 +92,7 @@ allow dumpstate gpu_device:chr_file rw_file_perms;
# logd access
read_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;