Skip to content
Snippets Groups Projects
Commit d3205254 authored by dcashman's avatar dcashman Committed by Gerrit Code Review
Browse files

Merge "Allow shell to read /proc."

parents 33bf0538 25fef2e1
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