commit | d61e6d510fdd09c56816d04bb399f7d7ff541087 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Apr 13 18:47:50 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 13 18:47:50 2016 +0000 |
tree | 24dada17cbc0d932df72b8251bc3ae8e34b1f615 | |
parent | e3151bd1e87eeb19ab911914d156770a9ecfc385 [diff] | |
parent | de0ce9c131beb6f71326b60533c77819b5b8c8f0 [diff] |
Merge "Allow shell to read /proc/meminfo." into nyc-dev
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 };