Skip to content
Snippets Groups Projects
Commit 41d78b16 authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Allow shell to read /proc/meminfo.

am: a8e7fe22

* commit 'a8e7fe22':
  Allow shell to read /proc/meminfo.

Change-Id: I5f8c292c48ab94ca676b9d3f2ef392a92bdac1f6
parents a24f64a1 a8e7fe22
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ allow shell { service_manager_type -gatekeeper_service }:service_manager find;
# 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 };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment