All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] seccomp: feature refactoring
@ 2017-07-14 11:36 Eduardo Otubo
  2017-07-14 11:36 ` [Qemu-devel] [PATCH 1/6] seccomp: changing from whitelist to blacklist Eduardo Otubo
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Eduardo Otubo @ 2017-07-14 11:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Eduardo Otubo

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

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Qemu-devel] [PATCH v3 0/6] seccomp: feature refactoring
@ 2017-07-21 12:52 Eduardo Otubo
  2017-07-21 12:52 ` [Qemu-devel] [PATCH 2/6] seccomp: add obsolete argument to command line Eduardo Otubo
  0 siblings, 1 reply; 11+ messages in thread
From: Eduardo Otubo @ 2017-07-21 12:52 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-07-21 12:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-14 11:36 [Qemu-devel] [PATCH 0/6] seccomp: feature refactoring Eduardo Otubo
2017-07-14 11:36 ` [Qemu-devel] [PATCH 1/6] seccomp: changing from whitelist to blacklist Eduardo Otubo
2017-07-14 11:36 ` [Qemu-devel] [PATCH 2/6] seccomp: add obsolete argument to command line Eduardo Otubo
2017-07-14 11:36 ` [Qemu-devel] [PATCH 3/6] seccomp: add elevateprivileges " Eduardo Otubo
2017-07-14 11:36 ` [Qemu-devel] [PATCH 4/6] seccomp: add spawn " Eduardo Otubo
2017-07-14 11:36 ` [Qemu-devel] [PATCH 5/6] seccomp: add resourcecontrol " Eduardo Otubo
2017-07-14 11:37 ` [Qemu-devel] [PATCH 6/6] seccomp: adding documentation to new seccomp model Eduardo Otubo
2017-07-14 12:17 ` [Qemu-devel] [PATCH 0/6] seccomp: feature refactoring no-reply
2017-07-14 13:10 ` no-reply
2017-07-14 16:45 ` no-reply
2017-07-21 12:52 [Qemu-devel] [PATCH v3 " Eduardo Otubo
2017-07-21 12:52 ` [Qemu-devel] [PATCH 2/6] seccomp: add obsolete argument to command line Eduardo Otubo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.