aboutsummaryrefslogtreecommitdiff
path: root/qemu-seccomp.c
AgeCommit message (Expand)Author
2016-09-21seccomp: adding getrusage to the whitelistEduardo Otubo
2016-04-16seccomp: adding sysinfo system call to whitelistMiroslav Rezanina
2016-04-16seccomp: Whitelist cacheflush since 2.2.0 not 2.2.3James Hogan
2016-02-04all: Clean up includesPeter Maydell
2015-11-16seccomp: add cacheflush to whitelistAndrew Jones
2015-10-22seccomp: add memfd_create to whitelistEduardo Otubo
2015-01-23seccomp: add mlockall to whitelistPaolo Bonzini
2015-01-05seccomp: add mbind() to the syscall whitelistPaul Moore
2014-11-11seccomp: whitelist syscalls fallocate(), fadvise64(), inotify_init1() and ino...Philipp Gesang
2014-08-21seccomp: add semctl() to the syscall whitelistPaul Moore
2014-04-25seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelistPaul Moore
2014-04-25seccomp: add timerfd_create and timerfd_settime to the whitelistFelix Geyer
2014-01-20seccomp: add some basic shared memory syscalls to the whitelistPaul Moore
2014-01-20seccomp: add mkdir() and fchmod() to the whitelistPaul Moore
2013-12-20seccomp: exit if seccomp_init() failsCorey Bryant
2013-12-03seccomp: add kill() to the syscall whitelistPaul Moore
2013-09-24seccomp: fine tuning whitelist by adding times()Eduardo Otubo
2013-07-29seccomp: add arch_prctl() to the syscall whitelistPaul Moore
2013-07-29seccomp: add additional asynchronous I/O syscallsPaul Moore
2013-07-26seccomp: removing unused syscalls gtom whitelistEduardo Otubo
2013-07-26seccomp: no need to check arch in syscall whitelistEduardo Otubo
2013-05-30seccomp: add the asynchronous I/O syscalls to the whitelistPaul Moore
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-11-30seccomp: adding new syscalls (bugzilla 855162)Eduardo Otubo
2012-08-16Adding qemu-seccomp.[ch] (v8)Eduardo Otubo