aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
Commit message (Expand)AuthorAgeFilesLines
* executor: fix inclusion of kvm arch-specific codeDmitry Vyukov2018-10-311-2/+2
* Android: Fix sandbox implementationZach Riggle2018-10-121-1/+4
* executor: tune memcg container logicDmitry Vyukov2018-10-101-15/+14
* executor: fix build on newer linux distrosDmitry Vyukov2018-09-271-2/+34
* executor: make the debug output useful for race condition debuggingAlexander Popov2018-09-241-2/+0
* executor: fix buildDmitry Vyukov2018-09-201-12/+0
* executor: move debug_dump_data() into common_linux.hAnton Lindqvist2018-09-201-0/+12
* executor: make sandboxes more modularDmitry Vyukov2018-09-171-0/+3
* RFC: android: Add support for untrusted_app sandboxing (#697)Zach Riggle2018-09-171-4/+139
* executor: reset oom_score_adj for test processDmitry Vyukov2018-09-111-0/+4
* executor: sandbox with memory/pid cgroupsDmitry Vyukov2018-09-101-10/+42
* sys/linux: add syz_execute_funcDmitry Vyukov2018-08-301-3/+3
* executor: fix FS_XFLAG_IMMUTABLE for 32-bit modeDmitry Vyukov2018-08-091-15/+5
* executor: fix cgroupsDmitry Vyukov2018-08-091-2/+1
* executor: mount binfmt_mistDmitry Vyukov2018-08-091-2/+5
* executor: clean up immutable dirsDmitry Vyukov2018-08-091-0/+11
* executor: manually define struct fsxattrDmitry Vyukov2018-08-081-1/+13
* executor: clean up immutable filesDmitry Vyukov2018-08-081-0/+12
* executor: don't checkpoint/reset net namespace with setuid sandboxDmitry Vyukov2018-08-081-0/+9
* executor: checkpoint net namespace in the right namespaceDan Austin2018-08-081-5/+4
* executor: check write return valueDmitry Vyukov2018-08-051-1/+5
* executor: abort fuse connectionDmitry Vyukov2018-08-041-0/+60
* executor: extend logging in netfilter codeDmitry Vyukov2018-08-021-32/+47
* pkg/csource: tidy generated codeDmitry Vyukov2018-07-271-7/+20
* executor: simplify event_timedwaitDmitry Vyukov2018-07-271-15/+9
* executor: ignore unshare errors in setuid sandboxDmitry Vyukov2018-07-271-4/+8
* executor: overhaulDmitry Vyukov2018-07-241-845/+612
* pkg/host: add "network devices" featureDmitry Vyukov2018-07-131-0/+8
* sys/linux: implement fuse as normal syscallsDmitry Vyukov2018-07-101-67/+0
* executor: tweaks for better 9p testingDmitry Vyukov2018-07-081-3/+13
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-9/+1
* executor: fix pid check after forkDmitry Vyukov2018-06-291-2/+2
* pkg/csource: support fuchsiaDmitry Vyukov2018-06-291-12/+17
* executor: don't crash during tun setup if ipv6 is not enabledDmitry Vyukov2018-06-261-4/+7
* executor: rework fallback coverageDmitry Vyukov2018-06-221-2/+2
* executor: handle case when AF_INET is not enabledDmitry Vyukov2018-06-221-4/+28
* executor: always use errors=continue when mounting ext2/3/4Dmitry Vyukov2018-06-111-5/+21
* pkg/csource: minimize netdevices and net resetDmitry Vyukov2018-05-171-19/+22
* executor: fix strncpy compile errorIoana Ciornei2018-05-131-1/+1
* executor: don't fail when ipv6 is not enabledDmitry Vyukov2018-04-201-1/+7
* executor: increase max image size to 128MBDmitry Vyukov2018-04-191-3/+3
* executor: don't fail if IPv6 is not enabledDmitry Vyukov2018-04-161-1/+7
* executor: add two slave interfaces for bridge,bond,teamHangbin Liu2018-04-131-7/+24
* sys/linux: add veth devices to devnamesDmitry Vyukov2018-04-111-1/+4
* executor: add salve interface for bond0/team0Hangbin Liu2018-04-111-2/+6
* executor: create team deviceDmitry Vyukov2018-04-061-6/+8
* sys/linux: test various binfmt's in execveDmitry Vyukov2018-04-021-0/+15
* executor: fix unchecked result warningDmitry Vyukov2018-04-011-1/+3
* sys/linux: add support for reading partition tablesDmitry Vyukov2018-04-011-3/+95
* executor: fix compilation warningsDmitry Vyukov2018-03-301-14/+8