qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eduardo Otubo
Subject: [Qemu-devel] [PATCH 0/6] seccomp: feature refactoring
Date: Fri, 14 Jul 2017 13:36:54 +0200

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           | 363 +++++++++++++++++------------------------------
 vl.c                     |  63 +++++++-
 5 files changed, 248 insertions(+), 235 deletions(-)
 create mode 100644 docs/seccomp.txt

-- 
2.13.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]