diff options
| author | Andrey Artemiev <artemiev@google.com> | 2022-07-18 11:12:52 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-07-25 11:18:10 +0200 |
| commit | 003316ca7d8312ac0220bf1e89ced84f5b018f00 (patch) | |
| tree | 52bef0f99ec2930a12618a18c8b7affead5488f3 /executor/common_linux.h | |
| parent | 664c519c76b7466a55b659a722a40aa4dff08998 (diff) | |
vm/adb: wait for Android boot to finish
executor: removed condition around tun init
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 6 |
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. |
