Skip to content
Snippets Groups Projects
Commit cbbc6f40 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "shell: grant access to read /proc/filesystems" am: 61424ee7

am: aaf61383

Change-Id: I3a7da2f665ab688fe4608e589ab54cfb55773a2b
parents 2f22694a aaf61383
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.
Please register or to comment