Suppression of socket connect from minadbd (CL 2/2) am: 1b3dcb8549

Original change: https://googleplex-android-review.googlesource.com/c/platform/bootable/recovery/+/16468721

Change-Id: Id4fed70b07045a0d2985680e45072aafadf62a9d
diff --git a/minadbd/minadbd.cpp b/minadbd/minadbd.cpp
index 7b82faa..1df342c 100644
--- a/minadbd/minadbd.cpp
+++ b/minadbd/minadbd.cpp
@@ -64,6 +64,7 @@
 
   // We can't require authentication for sideloading. http://b/22025550.
   auth_required = false;
+  socket_access_allowed = false;
 
   init_transport_registration();
   usb_init();