diff options
Diffstat (limited to 'executor')
| -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. |
