Skip to content
Snippets Groups Projects
Commit 6f25eefe authored by dcashman's avatar dcashman Committed by Android Git Automerger
Browse files

am 3e7900ff: am d3205254: Merge "Allow shell to read /proc."

* commit '3e7900ff':
  Allow shell to read /proc.
parents a1529cb1 3e7900ff
No related branches found
No related tags found
No related merge requests found
......@@ -62,3 +62,7 @@ allow shell kernel:system syslog_read;
# allow shell to list services
allow shell servicemanager:service_manager list;
# allow shell to look through /proc/ for ps, top
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