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 /pkg | |
| parent | 664c519c76b7466a55b659a722a40aa4dff08998 (diff) | |
vm/adb: wait for Android boot to finish
executor: removed condition around tun init
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/csource/generated.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go index fce9fc8ee..77dfcc630 100644 --- a/pkg/csource/generated.go +++ b/pkg/csource/generated.go @@ -9814,9 +9814,7 @@ static int do_sandbox_android(int sandbox_arg) initialize_devlink_pci(); #endif #if SYZ_EXECUTOR || SYZ_NET_INJECTION - if (sandbox_arg != 1) { - initialize_tun(); - } + initialize_tun(); #endif #if SYZ_EXECUTOR || SYZ_NET_DEVICES initialize_netdevices(); |
