Suppression of socket connect from minadbd (CL 2/2)
Bug: 201308542 Test: TBD Ignore-AOSP-First: Security fix. Signed-off-by: Shaju Mathew <shaju@google.com> Change-Id: I3418eddbe02eadd5fabf6a930c73edbdb98195f1
This commit is contained in:
parent
b0d3549aa0
commit
e6054f41e8
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
// We can't require authentication for sideloading. http://b/22025550.
|
||||
auth_required = false;
|
||||
socket_access_allowed = false;
|
||||
|
||||
init_transport_registration();
|
||||
usb_init();
|
||||
|
|
Loading…
Reference in a new issue