Re: [Qemu-devel] [PATCH 1/2] seccomp: no need to check arch in syscall whitelist

2013-07-16 Thread Eduardo Otubo
On 07/15/2013 03:55 PM, Paul Moore wrote: On Monday, July 15, 2013 02:29:37 PM Eduardo Otubo wrote: Since libseccomp 2.0 there's no need to check the architecture type anymore. Signed-off-by: Eduardo Otubo ot...@linux.vnet.ibm.com --- qemu-seccomp.c | 13 - 1 file changed, 13

[Qemu-devel] [PATCH 1/2] seccomp: no need to check arch in syscall whitelist

2013-07-15 Thread Eduardo Otubo
Since libseccomp 2.0 there's no need to check the architecture type anymore. Signed-off-by: Eduardo Otubo ot...@linux.vnet.ibm.com --- qemu-seccomp.c | 13 - 1 file changed, 13 deletions(-) diff --git a/qemu-seccomp.c b/qemu-seccomp.c index ca123bf..1d5fd71 100644 ---

Re: [Qemu-devel] [PATCH 1/2] seccomp: no need to check arch in syscall whitelist

2013-07-15 Thread Paul Moore
On Monday, July 15, 2013 02:29:37 PM Eduardo Otubo wrote: Since libseccomp 2.0 there's no need to check the architecture type anymore. Signed-off-by: Eduardo Otubo ot...@linux.vnet.ibm.com --- qemu-seccomp.c | 13 - 1 file changed, 13 deletions(-) Good, this should make long