From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnpS4-0005gd-5s for qemu-devel@nongnu.org; Tue, 03 Dec 2013 07:51:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnpRv-0002NX-JN for qemu-devel@nongnu.org; Tue, 03 Dec 2013 07:51:44 -0500 Received: from e24smtp01.br.ibm.com ([32.104.18.85]:45992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnpRv-0002NG-8W for qemu-devel@nongnu.org; Tue, 03 Dec 2013 07:51:35 -0500 Received: from /spool/local by e24smtp01.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 3 Dec 2013 10:51:31 -0200 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by d24dlp02.br.ibm.com (Postfix) with ESMTP id 20C501DC006D for ; Tue, 3 Dec 2013 07:51:28 -0500 (EST) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.8.31.93]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id rB3CpVoK4628636 for ; Tue, 3 Dec 2013 10:51:32 -0200 Received: from d24av02.br.ibm.com (localhost [127.0.0.1]) by d24av02.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id rB3CpQKt008972 for ; Tue, 3 Dec 2013 10:51:27 -0200 From: Eduardo Otubo Date: Tue, 3 Dec 2013 10:51:16 -0200 Message-Id: <1386075077-3240-1-git-send-email-otubo@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 00/01] seccomp: add missing system call to whitelist List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pmoore@redhat.com, anthony@codemonkey.ws, Eduardo Otubo Anthony, The following changes since commit 7dc65c02fe3fb8f3146ce0b9ff5fec5945329f0e: Open 2.0 development tree (2013-11-27 14:02:45 -0800) are available in the git repository at: git://github.com/otubo/qemu.git seccomp Paul Moore (1): seccomp: add kill() to the syscall whitelist qemu-seccomp.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)