Re: [Qemu-devel] [PATCH] seccomp: exit if seccomp_init() fails

2013-12-19 Thread Michael Roth
Quoting Corey Bryant (2013-12-18 10:48:11) > This fixes a bug where we weren't exiting if seccomp_init() failed. > > Signed-off-by: Corey Bryant Cc'ing qemu-stable > --- > qemu-seccomp.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/qemu-seccomp.c b/qemu-seccomp.c > index cf07869..

Re: [Qemu-devel] [PATCH] seccomp: exit if seccomp_init() fails

2013-12-19 Thread Paul Moore
On Wednesday, December 18, 2013 11:48:11 AM Corey Bryant wrote: > This fixes a bug where we weren't exiting if seccomp_init() failed. > > Signed-off-by: Corey Bryant > --- > qemu-seccomp.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Paul Moore > diff --git a/qemu-seccomp.c b/qemu-secco

Re: [Qemu-devel] [PATCH] seccomp: exit if seccomp_init() fails

2013-12-19 Thread Eduardo Otubo
On 12/18/2013 02:48 PM, Corey Bryant wrote: This fixes a bug where we weren't exiting if seccomp_init() failed. Signed-off-by: Corey Bryant --- qemu-seccomp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu-seccomp.c b/qemu-seccomp.c index cf07869..b7c1253 100644 --- a/qemu-seccom

[Qemu-devel] [PATCH] seccomp: exit if seccomp_init() fails

2013-12-18 Thread Corey Bryant
This fixes a bug where we weren't exiting if seccomp_init() failed. Signed-off-by: Corey Bryant --- qemu-seccomp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu-seccomp.c b/qemu-seccomp.c index cf07869..b7c1253 100644 --- a/qemu-seccomp.c +++ b/qemu-seccomp.c @@ -231,6 +231,7 @@ int s