| Commit message (Expand) | Author | Age | Files | Lines |
* | seccomp: Clean up error reporting in parse_sandbox() | Markus Armbruster | 2018-10-19 | 1 | -9/+9 |
* | seccomp: check TSYNC host capability | Marc-André Lureau | 2018-09-26 | 1 | -1/+18 |
* | seccomp: set the seccomp filter to all threads | Marc-André Lureau | 2018-08-23 | 1 | -0/+5 |
* | seccomp: prefer SCMP_ACT_KILL_PROCESS if available | Marc-André Lureau | 2018-08-23 | 1 | -1/+30 |
* | seccomp: use SIGSYS signal instead of killing the thread | Marc-André Lureau | 2018-08-23 | 1 | -1/+1 |
* | seccomp: allow sched_setscheduler() with SCHED_IDLE policy | Marc-André Lureau | 2018-07-12 | 1 | -2/+10 |
* | sandbox: disable -sandbox if CONFIG_SECCOMP undefined | Yi Min Zhao | 2018-06-01 | 1 | -1/+120 |
* | seccomp: add resourcecontrol argument to command line | Eduardo Otubo | 2017-09-15 | 1 | -0/+11 |
* | seccomp: add spawn argument to command line | Eduardo Otubo | 2017-09-15 | 1 | -0/+4 |
* | seccomp: add elevateprivileges argument to command line | Eduardo Otubo | 2017-09-15 | 1 | -0/+11 |
* | seccomp: add obsolete argument to command line | Eduardo Otubo | 2017-09-15 | 1 | -1/+18 |
* | seccomp: changing from whitelist to blacklist | Eduardo Otubo | 2017-09-15 | 1 | -232/+28 |
* | seccomp: adding getrusage to the whitelist | Eduardo Otubo | 2016-09-21 | 1 | -0/+1 |
* | seccomp: adding sysinfo system call to whitelist | Miroslav Rezanina | 2016-04-16 | 1 | -0/+1 |
* | seccomp: Whitelist cacheflush since 2.2.0 not 2.2.3 | James Hogan | 2016-04-16 | 1 | -3/+5 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -1/+1 |
* | seccomp: add cacheflush to whitelist | Andrew Jones | 2015-11-16 | 1 | -1/+12 |
* | seccomp: add memfd_create to whitelist | Eduardo Otubo | 2015-10-22 | 1 | -1/+2 |
* | seccomp: add mlockall to whitelist | Paolo Bonzini | 2015-01-23 | 1 | -0/+1 |
* | seccomp: add mbind() to the syscall whitelist | Paul Moore | 2015-01-05 | 1 | -1/+2 |
* | seccomp: whitelist syscalls fallocate(), fadvise64(), inotify_init1() and ino... | Philipp Gesang | 2014-11-11 | 1 | -1/+5 |
* | seccomp: add semctl() to the syscall whitelist | Paul Moore | 2014-08-21 | 1 | -1/+2 |
* | seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist | Paul Moore | 2014-04-25 | 1 | -1/+4 |
* | seccomp: add timerfd_create and timerfd_settime to the whitelist | Felix Geyer | 2014-04-25 | 1 | -1/+3 |
* | seccomp: add some basic shared memory syscalls to the whitelist | Paul Moore | 2014-01-20 | 1 | -1/+4 |
* | seccomp: add mkdir() and fchmod() to the whitelist | Paul Moore | 2014-01-20 | 1 | -1/+3 |
* | seccomp: exit if seccomp_init() fails | Corey Bryant | 2013-12-20 | 1 | -0/+1 |
* | seccomp: add kill() to the syscall whitelist | Paul Moore | 2013-12-03 | 1 | -0/+1 |
* | seccomp: fine tuning whitelist by adding times() | Eduardo Otubo | 2013-09-24 | 1 | -0/+1 |
* | seccomp: add arch_prctl() to the syscall whitelist | Paul Moore | 2013-07-30 | 1 | -1/+2 |
* | seccomp: add additional asynchronous I/O syscalls | Paul Moore | 2013-07-30 | 1 | -0/+2 |
* | seccomp: removing unused syscalls gtom whitelist | Eduardo Otubo | 2013-07-26 | 1 | -4/+0 |
* | seccomp: no need to check arch in syscall whitelist | Eduardo Otubo | 2013-07-26 | 1 | -13/+0 |
* | seccomp: add the asynchronous I/O syscalls to the whitelist | Paul Moore | 2013-05-30 | 1 | -1/+4 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | seccomp: adding new syscalls (bugzilla 855162) | Eduardo Otubo | 2012-11-30 | 1 | -17/+139 |
* | Adding qemu-seccomp.[ch] (v8) | Eduardo Otubo | 2012-08-16 | 1 | -0/+141 |