aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorFlorent Revest <revest@chromium.org>2026-02-20 14:01:26 +0100
committerFlorent Revest <revest@chromium.org>2026-02-26 08:54:32 +0000
commitcd152ea2d27f130f30f3d744e27dc398a8c463ee (patch)
tree675fa8b0e6760e466bb5c29307c655f271dbf6a9 /pkg
parente0f78d931aa9b1bb82117a1bd31e0583aef94708 (diff)
executor: fix up /dev/net/tun before opening it
We get various reports like: "SYZFAIL: tun: can't open /dev/net/tun": https://syzkaller.appspot.com/bug?extid=17b76f12c4893fc7b67b or like "SYZFAIL: tun: ioctl(TUNSETIFF) failed" https://syzkaller.appspot.com/bug?extid=49461b4cd5aa62f553fc Which look a lot like syzkaller manages to delete or replace /dev/net/tun and from there on consistently fail to open the device and complains with these SYZFAIL. This is an attempt to fix up the /dev/net/tun before we open it so we know we try to open the right file.
Diffstat (limited to 'pkg')
0 files changed, 0 insertions, 0 deletions