syzkaller/prog
Dmitry Vyukov e7021ac638 prog: don't try to execute ioctl(FIFREEZE) and mknod
ioctl(FIFREEZE) renders machine dead.
FIFREEZE is an interesting thing, and we could test it
in namespace (?) or on manually mounted file systems (?).
But that will require more complex handling.
Disable it until we have that logic.

mknod of char/block devices can do all kinds of nasty stuff
(read/write to IO ports, kernel memory, etc).
Disable it for now.
2016-08-21 18:07:55 -07:00
..
analysis.go prog: don't try to execute ioctl(FIFREEZE) and mknod 2016-08-21 18:07:55 -07:00
clone.go sys: add union type 2015-12-29 15:00:57 +01:00
consts.go sys: regenerate syscall descriptions with latest linux sources 2016-08-13 09:01:42 -07:00
encoding.go sys: add union type 2015-12-29 15:00:57 +01:00
encodingexec.go sys: add union type 2015-12-29 15:00:57 +01:00
generation.go initial support for call priorities 2015-10-14 16:55:09 +02:00
mutation_test.go prog: implement mutation of union args 2015-12-31 16:03:01 +01:00
mutation.go sys: implement array byte size arguments 2016-01-23 00:37:08 +01:00
parse_test.go prog: fix parse test 2015-12-23 19:47:20 +01:00
parse.go prog: factor out execution log parsing functionality 2015-12-23 19:18:13 +01:00
prio.go sys/sysgen/prog: support ranged int 2016-08-10 13:43:15 +08:00
prog_test.go csource: new package 2015-12-23 13:38:31 +01:00
prog.go sys: implement array byte size arguments 2016-01-23 00:37:08 +01:00
rand.go prog: generate SIGSEGVs with lower probability 2016-08-13 15:28:07 -07:00
validation.go sys: add union type 2015-12-29 15:00:57 +01:00