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

Allow shell to read /proc.

Grant shell read access to /proc taken away by
commit: 0d3f7ddc

Addresses the following denials encountered when running ps or top.

Bug: 18799966
Change-Id: If764adeade562d884c3d710f1cd1cb34011efe89
parent 99940d1a
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.
Finish editing this message first!
Please register or to comment