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

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

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