Merge "shell: grant access to read /proc/filesystems"

This commit is contained in:
Treehugger Robot 2017-10-18 03:37:44 +00:00 committed by Gerrit Code Review
commit 61424ee70f

View File

@ -109,6 +109,7 @@ allow shell hwservicemanager:hwservice_manager list;
# allow shell to look through /proc/ for ps, top, netstat
r_dir_file(shell, proc)
r_dir_file(shell, proc_net)
allow shell proc_filesystems:file r_file_perms;
allow shell proc_interrupts:file r_file_perms;
allow shell proc_meminfo:file r_file_perms;
allow shell proc_stat:file r_file_perms;