mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 11:59:58 +00:00
42467f5b7b
The new pseudo syscall allows opening sockets that can only be created in init net namespace (BLUETOOTH, NFC, LLC). Use it to open these sockets. Unfortunately this only works with sandbox none at the moment. The problem is that setns of a network namespace requires CAP_SYS_ADMIN in the target namespace, and we've lost all privs in the init namespace during creation of a user namespace. |
||
---|---|---|
.. | ||
fuzzer_freebsd.go | ||
fuzzer_fuchsia.go | ||
fuzzer_linux.go | ||
fuzzer_netbsd.go | ||
fuzzer_windows.go | ||
fuzzer.go | ||
proc.go | ||
testing.go | ||
workqueue.go |