qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Otubo <otubo@redhat.com>
To: qemu-devel@nongnu.org
Cc: thuth@redhat.com, berrange@redhat.com
Subject: Re: [Qemu-devel] [PATCHv6 0/6] seccomp: feature refactoring
Date: Thu, 14 Sep 2017 17:32:15 +0200	[thread overview]
Message-ID: <20170914153215.GA9252@vader> (raw)
In-Reply-To: <20170908114407.25906-1-otubo@redhat.com>

On Fri, Sep 08, 2017 at 01:44:02PM +0200, Eduardo Otubo wrote:
> v6:
>     * remove switch-case
>     * invert obsolete option logic at vl.c
>     * remove debug info
> v5:
>     * replaced strcmp by g_str_equal
>     * removed useless goto
>     * fixed style problems
> 
> v4:
>     * include another field on the struct for the modes
>     * remove priority
>     * fixed typos
>     * error handling for prctl
>     * add allow|deny values for all options
>     * error hanlding for wrong values for all options
>     * change how binary values are treated
>     * reformat help text
> 
> 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 |   8 +-
>  qemu-options.hx          |  26 +++-
>  qemu-seccomp.c           | 325 ++++++++++++++---------------------------------
>  vl.c                     |  82 +++++++++++-
>  5 files changed, 235 insertions(+), 237 deletions(-)
>  create mode 100644 docs/seccomp.txt
> 
> -- 
> 2.13.5
> 
> 

Daniel or anyone else interested in reviewing, any comment left for
this patchset? If not I'll send the pull request tomorrow.

Best regards,

-- 
Eduardo Otubo
Senior Software Engineer @ RedHat

  parent reply	other threads:[~2017-09-14 15:32 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-08 11:44 [Qemu-devel] [PATCHv6 0/6] seccomp: feature refactoring Eduardo Otubo
2017-09-08 11:44 ` [Qemu-devel] [PATCHv6 1/5] seccomp: changing from whitelist to blacklist Eduardo Otubo
2017-09-08 13:07   ` Thomas Huth
2017-09-14 15:49   ` Daniel P. Berrange
2017-09-08 11:44 ` [Qemu-devel] [PATCHv6 2/5] seccomp: add obsolete argument to command line Eduardo Otubo
2017-09-08 13:10   ` Thomas Huth
2017-09-14 15:50   ` Daniel P. Berrange
2017-09-08 11:44 ` [Qemu-devel] [PATCHv6 3/5] seccomp: add elevateprivileges " Eduardo Otubo
2017-09-08 13:12   ` Thomas Huth
2017-09-14 15:51   ` Daniel P. Berrange
2017-09-08 11:44 ` [Qemu-devel] [PATCHv6 4/5] seccomp: add spawn " Eduardo Otubo
2017-09-08 13:13   ` Thomas Huth
2017-09-14 15:51   ` Daniel P. Berrange
2017-09-08 11:44 ` [Qemu-devel] [PATCHv6 5/5] seccomp: add resourcecontrol " Eduardo Otubo
2017-09-08 13:15   ` Thomas Huth
2017-09-14 15:51   ` Daniel P. Berrange
2017-09-14 15:32 ` Eduardo Otubo [this message]
2017-09-14 15:52   ` [Qemu-devel] [PATCHv6 0/6] seccomp: feature refactoring Daniel P. Berrange

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170914153215.GA9252@vader \
    --to=otubo@redhat.com \
    --cc=berrange@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).