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