Skip to content
Snippets Groups Projects
Commit d2d172a3 authored by Sreeram Ramachandran's avatar Sreeram Ramachandran
Browse files

Allow dumpstate to read the list of routing tables.

Change-Id: I55475c08c5e43bcf61af916210e680c47480ac32
parent 65edb75d
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;
# 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;
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