From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1db46Q-0005M4-Dh for qemu-devel@nongnu.org; Fri, 28 Jul 2017 08:10:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1db46N-0003am-Jm for qemu-devel@nongnu.org; Fri, 28 Jul 2017 08:10:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58784) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1db46N-0003aS-DK for qemu-devel@nongnu.org; Fri, 28 Jul 2017 08:10:43 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6AF1D1F7723 for ; Fri, 28 Jul 2017 12:10:42 +0000 (UTC) From: Eduardo Otubo Date: Fri, 28 Jul 2017 14:10:34 +0200 Message-Id: <20170728121040.631-1-otubo@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/6] seccomp: feature refactoring List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: thuth@redhat.com, berrange@redhat.com, pbonzini@redhat.com obs: Same version as before, this time CCing everyone involved in the first discussion since it didn't get any comments or reviews. v3: * Style problems fixed v2: * The semantics of the options "allow/deny" instead of booleans "on/off" remains. * Added option 'children' to elevateprivileges * Added documentation to docs/ v1: * First version based on the discussion https://lists.gnu.org/archive/html/qemu-devel/2017-02/msg03348.html Eduardo Otubo (6): 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 seccomp: adding documentation to new seccomp model docs/seccomp.txt | 31 ++++ include/sysemu/seccomp.h | 7 +- qemu-options.hx | 19 ++- qemu-seccomp.c | 364 ++++++++++++++++++----------------------------- vl.c | 61 +++++++- 5 files changed, 248 insertions(+), 234 deletions(-) create mode 100644 docs/seccomp.txt -- 2.13.3