[Qemu-devel] [PATCH v3 0/6] seccomp: feature refactoring

Eduardo Otubo posted 6 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170728121040.631-1-otubo@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
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
[Qemu-devel] [PATCH v3 0/6] seccomp: feature refactoring
Posted by Eduardo Otubo 6 years, 8 months ago
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