]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
net: Disable adb auto-connect by default
authorAlessandro Astone <ales.astone@gmail.com>
Sun, 29 Jun 2025 19:02:49 +0000 (21:02 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Sun, 29 Jun 2025 19:02:51 +0000 (21:02 +0200)
With ro.adb.secure enabled by default, trying to connect adb at every session
startup would just prompt the user for permission every time.

tools/config/__init__.py

index 9cc33fee4906d0907c0f27e5e0f4bd8bcb9f83ce..a8b934d86d0efa7b1a70bd648cb36834e0dcfa88 100644 (file)
@@ -40,7 +40,7 @@ defaults = {
     ],
     "suspend_action": "freeze",
     "mount_overlays": "True",
-    "auto_adb": "True",
+    "auto_adb": "False",
     "container_xdg_runtime_dir": "/run/xdg",
     "container_wayland_display": "wayland-0",
 }