summaryrefslogtreecommitdiffstats
path: root/qemu-seccomp.c
Commit message (Expand)AuthorAgeFilesLines
* seccomp: add mlockall to whitelistPaolo Bonzini2015-01-231-0/+1
* seccomp: add mbind() to the syscall whitelistPaul Moore2015-01-051-1/+2
* seccomp: whitelist syscalls fallocate(), fadvise64(), inotify_init1() and ino...Philipp Gesang2014-11-111-1/+5
* seccomp: add semctl() to the syscall whitelistPaul Moore2014-08-211-1/+2
* seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelistPaul Moore2014-04-251-1/+4
* seccomp: add timerfd_create and timerfd_settime to the whitelistFelix Geyer2014-04-251-1/+3
* seccomp: add some basic shared memory syscalls to the whitelistPaul Moore2014-01-201-1/+4
* seccomp: add mkdir() and fchmod() to the whitelistPaul Moore2014-01-201-1/+3
* seccomp: exit if seccomp_init() failsCorey Bryant2013-12-201-0/+1
* seccomp: add kill() to the syscall whitelistPaul Moore2013-12-031-0/+1
* seccomp: fine tuning whitelist by adding times()Eduardo Otubo2013-09-241-0/+1
* seccomp: add arch_prctl() to the syscall whitelistPaul Moore2013-07-291-1/+2
* seccomp: add additional asynchronous I/O syscallsPaul Moore2013-07-291-0/+2
* seccomp: removing unused syscalls gtom whitelistEduardo Otubo2013-07-261-4/+0
* seccomp: no need to check arch in syscall whitelistEduardo Otubo2013-07-261-13/+0
* seccomp: add the asynchronous I/O syscalls to the whitelistPaul Moore2013-05-301-1/+4
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* seccomp: adding new syscalls (bugzilla 855162)Eduardo Otubo2012-11-301-17/+139
* Adding qemu-seccomp.[ch] (v8)Eduardo Otubo2012-08-161-0/+141
OpenPOWER on IntegriCloud