aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* executor: fix enabling of ICMP/ping socketsDmitry Vyukov2022-06-201-1/+4
* executor: fixed sandbox 'android'Andrey Artemiev2022-06-031-1/+2
* executor: include sched.h for syz_cloneAndrei Vagin2022-05-271-0/+2
* executor: applied Bionic patchAndrey Artemiev2022-04-131-0/+29
* executor: tolerate syz_genetlink_get_family_id failuresAleksandr Nogikh2022-02-251-4/+1
* executor: fail on SEGV during clone()Aleksandr Nogikh2022-01-211-1/+11
* all: add syz_clone() and syz_clone3() pseudo callsAleksandr Nogikh2022-01-131-0/+59
* executor: remove custom sys_io_uring_setup definitionAleksandr Nogikh2022-01-131-7/+1
* executor: remove sys_memfd_create definesAleksandr Nogikh2022-01-131-19/+1
* executor: spread overlapping fdsAleksandr Nogikh2021-12-061-3/+3
* executor: do not follow symlinks during umountAleksandr Nogikh2021-10-291-4/+4
* all: add binderfs fuzzing supportAleksandr Nogikh2021-10-291-0/+38
* executor: don't mount some cgroup controllers during setupDmitry Vyukov2021-10-131-3/+3
* executor: don't fail on cgroup mountingDmitry Vyukov2021-10-131-2/+6
* executor: setup cgroups onceDmitry Vyukov2021-10-121-7/+0
* executor: enable cgroup controllers one-by-oneDmitry Vyukov2021-10-121-18/+49
* executor: mount new cgroupsDmitry Vyukov2021-10-121-2/+2
* executor: check for single-line compound statementsDmitry Vyukov2021-10-011-2/+1
* all: refactor fault injection into call propsAleksandr Nogikh2021-09-221-1/+1
* sys: skip kvm const extraction for non i386/amd64Aleksandr Nogikh2021-09-131-1/+1
* executor: move vm.nr_overcommit_hugepages into configDmitry Vyukov2021-05-121-2/+0
* executor: set ctrl-alt-del sysctl to 0Dmitry Vyukov2021-04-221-1/+11
* dashboard/config/linux: disable BPF_JIT on subset of instancesDmitry Vyukov2021-03-091-2/+0
* executor: don't setup x86-specific sysctl on non-x86Dmitry Vyukov2021-03-071-32/+34
* executor: disable rfkill during setupDmitry Vyukov2021-03-041-0/+18
* pkg/report: detect executor failuresDmitry Vyukov2021-02-211-93/+83
* executor: don't fail in syz_genetlink_get_family_idDmitry Vyukov2021-02-191-82/+114
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-18/+72
* executor: don't include kvm on armDmitry Vyukov2021-01-261-1/+1
* executor: tune few more sysctl'sDmitry Vyukov2020-12-011-0/+7
* tools/create-gce-image.sh: move sysctl's to executorDmitry Vyukov2020-11-211-0/+6
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-201-0/+2
* executor: fix linux includesDmitry Vyukov2020-10-301-2/+6
* dashboard/config/linux: set watchdog_thresh via cmdlineDmitry Vyukov2020-10-281-4/+0
* pkg/csource: setup sysctl's in C reproducersDmitry Vyukov2020-10-281-0/+40
* executor, pkg/csource: remove setpgrp() in sandbox_common()liucy19982020-10-271-1/+0
* executor: fix arp netfiler tables alignment for armDmitry Vyukov2020-10-151-4/+4
* executor: set parent-death signal after changing user or group ID-sAndrei Vagin2020-10-091-0/+5
* sys/linux: descriptions for USB/IPNazime Hande Harputluoglu2020-10-021-0/+57
* executor: check for \n in fail/exitf messagesDmitry Vyukov2020-09-281-7/+7
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-221-3/+452
* executor/common_linux.h: refactor __NR_syz_genetlink_get_family_idAleksandr Nogikh2020-09-221-38/+12
* executor/common_linux.h: remove assumption that netlink always returns nonpos...Aleksandr Nogikh2020-09-221-25/+25
* sys/common_linux.h: replace netlink_devlink_id_get and netlink_wireguard_id_g...Aleksandr Nogikh2020-09-221-63/+34
* sys/common_linux.h: move the definition of a global nlmsg variableAleksandr Nogikh2020-09-221-2/+4
* executor/common_linux.h: extend netlink helpers to support zero-payload attri...Aleksandr Nogikh2020-09-221-1/+2
* executor/common_linux.h: increase default nlmsg buffer sizeAleksandr Nogikh2020-09-221-1/+1
* executor: fix definition of __NR_io_uring_setupDmitry Vyukov2020-09-151-7/+5
* executor/common_linux.h: add missing FUSE opcodesStefano Duo2020-08-271-1/+5
* executor/linux: change mount propagation type to privateTetsuo Handa2020-08-261-0/+3