summaryrefslogtreecommitdiff
path: root/qemu-seccomp.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-20seccomp: add some basic shared memory syscalls to the whitelistPaul Moore1-1/+4
2014-01-20seccomp: add mkdir() and fchmod() to the whitelistPaul Moore1-1/+3
2013-12-20seccomp: exit if seccomp_init() failsCorey Bryant1-0/+1
2013-12-03seccomp: add kill() to the syscall whitelistPaul Moore1-0/+1
2013-09-24seccomp: fine tuning whitelist by adding times()Eduardo Otubo1-0/+1
2013-07-29seccomp: add arch_prctl() to the syscall whitelistPaul Moore1-1/+2
2013-07-29seccomp: add additional asynchronous I/O syscallsPaul Moore1-0/+2
2013-07-26seccomp: removing unused syscalls gtom whitelistEduardo Otubo1-4/+0
2013-07-26seccomp: no need to check arch in syscall whitelistEduardo Otubo1-13/+0
2013-05-30seccomp: add the asynchronous I/O syscalls to the whitelistPaul Moore1-1/+4
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-11-30seccomp: adding new syscalls (bugzilla 855162)Eduardo Otubo1-17/+139
2012-08-16Adding qemu-seccomp.[ch] (v8)Eduardo Otubo1-0/+141