syzkaller/tools
Dmitry Vyukov 42467f5b7b sys/linux: add syz_init_net_socket syscall
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.
2018-03-05 12:10:27 +01:00
..
kcovtrace tools/kcovtrace: add KCOV-based tracing utility 2017-01-20 14:56:20 +01:00
syz-benchcmp tools/syz-benchcmp: add execution speed 2017-08-10 19:31:15 +02:00
syz-crush tools/syz-crush: fix for new multi-target world 2017-11-30 10:20:34 +01:00
syz-db all: use consistent file permissions 2017-07-03 14:00:47 +02:00
syz-declextract sys/windows: add more descriptions 2017-09-27 20:17:09 +02:00
syz-execprog tools/syz-execprog: fix parsing of multiple logs 2018-01-31 15:50:36 +01:00
syz-fmt pkg/compiler: more static error checking 2017-08-27 20:19:41 +02:00
syz-headerparser tools: add headerparser as a tool to assist in writing system call descriptions 2017-08-25 17:23:52 +02:00
syz-mutate tools/syz-mutate: allow limiting set of syscalls 2018-02-17 19:02:12 +01:00
syz-parse pkg/report: various corrupted report detection improvements 2017-11-23 16:17:40 +01:00
syz-prog2c tools/syz-prog2c: allow to specify target OS 2017-10-16 14:21:54 +02:00
syz-repro pkg/report: support multiple OSes 2017-10-18 12:01:24 +02:00
syz-stress sys/linux: add syz_init_net_socket syscall 2018-03-05 12:10:27 +01:00
syz-symbolize tools/syz-symbolize: allow to symbolize arbitrary kernel output 2018-01-09 21:24:29 +01:00
syz-tty Fix incorrect argument in syz-tty (#260) 2017-06-27 16:55:11 +02:00
syz-upgrade prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
check_links.py docs, tools: add local link checker 2017-10-27 10:04:34 +02:00
create-gce-image.sh tools: include selinux packages when building images 2017-12-08 10:19:09 +01:00
create-image.sh tools: fix create-image.sh 2017-12-08 13:20:50 +01:00