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
This commit is contained in:
commit
12f1d2f745
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