commit | d2d172a33ec747299961649e3cdb3095a38eef01 | [log] [tgz] |
---|---|---|
author | Sreeram Ramachandran <sreeram@google.com> | Tue Jul 08 15:46:52 2014 -0700 |
committer | Sreeram Ramachandran <sreeram@google.com> | Tue Jul 08 15:46:52 2014 -0700 |
tree | 811c8404ba9a0238412fbf4a06510bcdef8ce5ee | |
parent | 65edb75d530058ec3c8cb86d6d3e28f9394740ba [diff] |
Allow dumpstate to read the list of routing tables. Change-Id: I55475c08c5e43bcf61af916210e680c47480ac32
diff --git a/dumpstate.te b/dumpstate.te index 2221222..279fd98 100644 --- a/dumpstate.te +++ b/dumpstate.te
@@ -92,3 +92,7 @@ # 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;