index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-seccomp.c
Age
Commit message (
Expand
)
Author
2019-01-22
seccomp: Work-around GCC 4.x bug in gnu99 mode
Thomas Huth
2018-10-19
seccomp: Clean up error reporting in parse_sandbox()
Markus Armbruster
2018-09-26
seccomp: check TSYNC host capability
Marc-André Lureau
2018-08-23
seccomp: set the seccomp filter to all threads
Marc-André Lureau
2018-08-23
seccomp: prefer SCMP_ACT_KILL_PROCESS if available
Marc-André Lureau
2018-08-23
seccomp: use SIGSYS signal instead of killing the thread
Marc-André Lureau
2018-07-12
seccomp: allow sched_setscheduler() with SCHED_IDLE policy
Marc-André Lureau
2018-06-01
sandbox: disable -sandbox if CONFIG_SECCOMP undefined
Yi Min Zhao
2017-09-15
seccomp: add resourcecontrol argument to command line
Eduardo Otubo
2017-09-15
seccomp: add spawn argument to command line
Eduardo Otubo
2017-09-15
seccomp: add elevateprivileges argument to command line
Eduardo Otubo
2017-09-15
seccomp: add obsolete argument to command line
Eduardo Otubo
2017-09-15
seccomp: changing from whitelist to blacklist
Eduardo Otubo
2016-09-21
seccomp: adding getrusage to the whitelist
Eduardo Otubo
2016-04-16
seccomp: adding sysinfo system call to whitelist
Miroslav Rezanina
2016-04-16
seccomp: Whitelist cacheflush since 2.2.0 not 2.2.3
James Hogan
2016-02-04
all: Clean up includes
Peter Maydell
2015-11-16
seccomp: add cacheflush to whitelist
Andrew Jones
2015-10-22
seccomp: add memfd_create to whitelist
Eduardo Otubo
2015-01-23
seccomp: add mlockall to whitelist
Paolo Bonzini
2015-01-05
seccomp: add mbind() to the syscall whitelist
Paul Moore
2014-11-11
seccomp: whitelist syscalls fallocate(), fadvise64(), inotify_init1() and ino...
Philipp Gesang
2014-08-21
seccomp: add semctl() to the syscall whitelist
Paul Moore
2014-04-25
seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist
Paul Moore
2014-04-25
seccomp: add timerfd_create and timerfd_settime to the whitelist
Felix Geyer
2014-01-20
seccomp: add some basic shared memory syscalls to the whitelist
Paul Moore
2014-01-20
seccomp: add mkdir() and fchmod() to the whitelist
Paul Moore
2013-12-20
seccomp: exit if seccomp_init() fails
Corey Bryant
2013-12-03
seccomp: add kill() to the syscall whitelist
Paul Moore
2013-09-24
seccomp: fine tuning whitelist by adding times()
Eduardo Otubo
2013-07-29
seccomp: add arch_prctl() to the syscall whitelist
Paul Moore
2013-07-29
seccomp: add additional asynchronous I/O syscalls
Paul Moore
2013-07-26
seccomp: removing unused syscalls gtom whitelist
Eduardo Otubo
2013-07-26
seccomp: no need to check arch in syscall whitelist
Eduardo Otubo
2013-05-30
seccomp: add the asynchronous I/O syscalls to the whitelist
Paul Moore
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-11-30
seccomp: adding new syscalls (bugzilla 855162)
Eduardo Otubo
2012-08-16
Adding qemu-seccomp.[ch] (v8)
Eduardo Otubo