Merge "Allow shell to read /proc."

This commit is contained in:
dcashman 2015-01-16 23:09:51 +00:00 committed by Gerrit Code Review
commit d3205254bb

View file

@ -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 };