aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAndrey Artemiev <artemiev@google.com>2022-07-18 11:12:52 -0700
committerDmitry Vyukov <dvyukov@google.com>2022-07-25 11:18:10 +0200
commit003316ca7d8312ac0220bf1e89ced84f5b018f00 (patch)
tree52bef0f99ec2930a12618a18c8b7affead5488f3 /executor
parent664c519c76b7466a55b659a722a40aa4dff08998 (diff)
vm/adb: wait for Android boot to finish
executor: removed condition around tun init
Diffstat (limited to 'executor')
-rw-r--r--executor/common_linux.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index 7014f156d..6e9f6a7d4 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -4179,11 +4179,7 @@ static int do_sandbox_android(int sandbox_arg)
initialize_devlink_pci();
#endif
#if SYZ_EXECUTOR || SYZ_NET_INJECTION
- if (sandbox_arg != 1) {
- // TODO (gArtmv): investigate why fuzzing fails when the line
- // below is executed.
- initialize_tun();
- }
+ initialize_tun();
#endif
#if SYZ_EXECUTOR || SYZ_NET_DEVICES
// TODO(dvyukov): unshare net namespace.