]> git.ipfire.org Git - thirdparty/qemu.git/commit - qemu-options.hx
seccomp: add obsolete argument to command line
authorEduardo Otubo <otubo@redhat.com>
Wed, 1 Mar 2017 22:17:29 +0000 (23:17 +0100)
committerEduardo Otubo <otubo@redhat.com>
Fri, 15 Sep 2017 08:15:05 +0000 (10:15 +0200)
commit2b716fa6d63a183a42b789595c3944f53c0ded7c
treea460580478014b6b51768ba9c2e407c11fff8875
parent1bd6152ae23549032ef4aca0d3d350512f012f05
seccomp: add obsolete argument to command line

This patch introduces the argument [,obsolete=allow] to the `-sandbox on'
option. It allows Qemu to run safely on old system that still relies on
old system calls.

Signed-off-by: Eduardo Otubo <otubo@redhat.com>
include/sysemu/seccomp.h
qemu-options.hx
qemu-seccomp.c
vl.c