Skip to content
Snippets Groups Projects
Commit de0ce9c1 authored by dcashman's avatar dcashman
Browse files

Allow shell to read /proc/meminfo.

Bug: 28165026
Change-Id: I3deecd692b348dbb28bf1d36a88696e4bc1db92d
parent ac52f460
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.
Finish editing this message first!
Please register or to comment