From 867aa27fdf9fb11e4edfbe0156db121c4763d841 Mon Sep 17 00:00:00 2001 From: Steven Moreland <smoreland@google.com> Date: Mon, 13 Feb 2017 15:42:42 -0800 Subject: [PATCH] shell.te: hwbinder for lshal Update shell.te to reflect the fact that hwbinder_user permission is for lshal, not dumpsys. Bug: 33382892 Test: pass Change-Id: I1d298261cea82177436a662afbaa767f00117b16 --- public/shell.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/shell.te b/public/shell.te index fb40b9580..0e55f8490 100644 --- a/public/shell.te +++ b/public/shell.te @@ -86,7 +86,7 @@ allow shell { service_manager_type -gatekeeper_service -incident_service -instal allow shell dumpstate:binder call; # allow shell to get information from hwservicemanager -# for instance, listing hardware services with dumpsys +# for instance, listing hardware services with lshal hwbinder_use(shell) # allow shell to look through /proc/ for ps, top, netstat -- GitLab