Skip to content
Snippets Groups Projects
Commit 5bfa7b2a authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "shell: hwbinder_use" am: 6c3a83d2

am: f81b5cdb

Change-Id: I232e0daa8d0287cf8f616db62abb7a9565ae9dbb
parents 68dc3de8 f81b5cdb
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,10 @@ allow shell servicemanager:service_manager list; ...@@ -83,6 +83,10 @@ allow shell servicemanager:service_manager list;
allow shell { service_manager_type -gatekeeper_service -netd_service -installd_service}:service_manager find; allow shell { service_manager_type -gatekeeper_service -netd_service -installd_service}:service_manager find;
allow shell dumpstate:binder call; allow shell dumpstate:binder call;
# allow shell to get information from hwservicemanager
# for instance, listing hardware services with dumpsys
hwbinder_use(shell)
# 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)
......
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