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

Merge "Allow shell to read /proc/meminfo." into nyc-dev

am: d61e6d51

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

Change-Id: I15d4e51a6ba6617a54dd6f5c504240014bea9389
parents 72e69f5e d61e6d51
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ allow shell { service_manager_type -gatekeeper_service -netd_service }:service_m
# 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