Hi all, This is first attempt of refactoring the seccomp feature, following Daniel's ideas: https://lists.gnu.org/archive/html/qemu-devel/2017-02/msg03348.html
Best regards, Eduardo Otubo (5): seccomp: changing from whitelist to blacklist seccomp: add obsolete argument to command line seccomp: add elevateprivileges argument to command line seccomp: add spawn argument to command line seccomp: add resourcecontrol argument to command line include/sysemu/seccomp.h | 7 +- qemu-options.hx | 19 ++- qemu-seccomp.c | 375 ++++++++++++++++++----------------------------- vl.c | 49 ++++++- 4 files changed, 217 insertions(+), 233 deletions(-) -- 2.11.0
