From: Miroslav Rezanina <mrezanin@redhat.com>
To: Eduardo Otubo <eduardo.otubo@profitbricks.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Whitelist sysinfo call
Date: Tue, 12 Apr 2016 08:03:13 -0400 (EDT) [thread overview]
Message-ID: <458520326.444272.1460462593821.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <20160412115345.GC24071@vader>
----- 元のメッセージ -----
> 差出人: "Eduardo Otubo" <eduardo.otubo@profitbricks.com>
> 宛先: "Serge Hallyn" <serge.hallyn@ubuntu.com>
> Cc: mrezanin@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com
> 送信済み: 2016年4月12日, 火曜日 午後 1:53:47
> 件名: Re: Re: [Qemu-devel] [PATCH] Whitelist sysinfo call
>
> On Mon, Apr 11, 2016 at 08=19=52PM +0000, Serge Hallyn wrote:
> > Quoting mrezanin@redhat.com (mrezanin@redhat.com):
> > > From: Miroslav Rezanina <mrezanin@redhat.com>
> > >
> > > Newer version of nss-softokn libraries (> 3.16.2.3) use sysinfo call
> > > so qemu using rbd image hang after start when run in sandbox mode.
> > >
> > > To allow using rbd images in sandbox mode we have to whitelist it.
> > >
> > > Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
> >
> > Thanks.
> >
> > Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
>
> Also: I'll change the subject of this email a little bit for a cleaner
> and more explicit commit.
>
> Thanks.
Ok, thanks.
Mirek
>
> >
> > > ---
> > > qemu-seccomp.c | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > > diff --git a/qemu-seccomp.c b/qemu-seccomp.c
> > > index 2866e3c..e29fca1 100644
> > > --- a/qemu-seccomp.c
> > > +++ b/qemu-seccomp.c
> > > @@ -250,6 +250,7 @@ static const struct QemuSeccompSyscall
> > > seccomp_whitelist[] = {
> > > #ifdef HAVE_CACHEFLUSH
> > > { SCMP_SYS(cacheflush), 240 },
> > > #endif
> > > + { SCMP_SYS(sysinfo), 240 },
> > > };
> > >
> > > int seccomp_start(void)
> > > --
> > > 2.5.0
> > >
> > >
> >
>
> --
> Eduardo Otubo
> ProfitBricks GmbH
>
--
Miroslav Rezanina
Software Engineer - Virtualization Team
prev parent reply other threads:[~2016-04-12 12:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 9:34 [Qemu-devel] [PATCH] Whitelist sysinfo call mrezanin
2016-03-11 8:51 ` Eduardo Otubo
2016-03-21 12:17 ` Miroslav Rezanina
2016-04-01 8:47 ` Eduardo Otubo
2016-04-11 20:19 ` Serge Hallyn
2016-04-12 11:53 ` Eduardo Otubo
2016-04-12 12:03 ` Miroslav Rezanina [this message]
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=458520326.444272.1460462593821.JavaMail.zimbra@redhat.com \
--to=mrezanin@redhat.com \
--cc=eduardo.otubo@profitbricks.com \
--cc=qemu-devel@nongnu.org \
/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).