aboutsummaryrefslogtreecommitdiffstats
path: root/dumpstate.te
diff options
context:
space:
mode:
authorSreeram Ramachandran <sreeram@google.com>2014-07-08 15:46:52 -0700
committerSreeram Ramachandran <sreeram@google.com>2014-07-08 15:46:52 -0700
commitd2d172a33ec747299961649e3cdb3095a38eef01 (patch)
tree811c8404ba9a0238412fbf4a06510bcdef8ce5ee /dumpstate.te
parent65edb75d530058ec3c8cb86d6d3e28f9394740ba (diff)
downloadandroid_external_sepolicy-d2d172a33ec747299961649e3cdb3095a38eef01.tar.gz
android_external_sepolicy-d2d172a33ec747299961649e3cdb3095a38eef01.tar.bz2
android_external_sepolicy-d2d172a33ec747299961649e3cdb3095a38eef01.zip
Allow dumpstate to read the list of routing tables.
Change-Id: I55475c08c5e43bcf61af916210e680c47480ac32
Diffstat (limited to 'dumpstate.te')
-rw-r--r--dumpstate.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/dumpstate.te b/dumpstate.te
index 2221222..279fd98 100644
--- a/dumpstate.te
+++ b/dumpstate.te
@@ -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;