Allow shell to read /proc/meminfo.
Bug: 28165026
Change-Id: I3deecd692b348dbb28bf1d36a88696e4bc1db92d
diff --git a/shell.te b/shell.te
index a304673..a314c61 100644
--- a/shell.te
+++ b/shell.te
@@ -88,6 +88,7 @@
# allow shell to look through /proc/ for ps, top, netstat
r_dir_file(shell, proc)
r_dir_file(shell, proc_net)
+allow shell proc_meminfo:file r_file_perms;
r_dir_file(shell, cgroup)
allow shell domain:dir { search open read getattr };
allow shell domain:{ file lnk_file } { open read getattr };