Skip to content
Snippets Groups Projects
Commit 61424ee7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents f54c8ea9 a80416e3
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ allow shell hwservicemanager:hwservice_manager list; ...@@ -109,6 +109,7 @@ allow shell hwservicemanager:hwservice_manager list;
# allow shell to look through /proc/ for ps, top, netstat # allow shell to look through /proc/ for ps, top, netstat
r_dir_file(shell, proc) r_dir_file(shell, proc)
r_dir_file(shell, proc_net) 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_interrupts:file r_file_perms;
allow shell proc_meminfo:file r_file_perms; allow shell proc_meminfo:file r_file_perms;
allow shell proc_stat:file r_file_perms; allow shell proc_stat:file r_file_perms;
......
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