From d2d172a33ec747299961649e3cdb3095a38eef01 Mon Sep 17 00:00:00 2001
From: Sreeram Ramachandran <sreeram@google.com>
Date: Tue, 8 Jul 2014 15:46:52 -0700
Subject: [PATCH] Allow dumpstate to read the list of routing tables.

Change-Id: I55475c08c5e43bcf61af916210e680c47480ac32
---
 dumpstate.te | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dumpstate.te b/dumpstate.te
index 222122247..279fd98fb 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;
-- 
GitLab