From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO5ue-0008VR-Uw for qemu-devel@nongnu.org; Thu, 13 Mar 2014 09:43:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO5uX-0003kD-CF for qemu-devel@nongnu.org; Thu, 13 Mar 2014 09:43:08 -0400 Received: from e24smtp04.br.ibm.com ([32.104.18.25]:34935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO5uX-0003jy-0r for qemu-devel@nongnu.org; Thu, 13 Mar 2014 09:43:01 -0400 Received: from /spool/local by e24smtp04.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 13 Mar 2014 10:42:59 -0300 Received: from d24relay03.br.ibm.com (d24relay03.br.ibm.com [9.13.184.25]) by d24dlp02.br.ibm.com (Postfix) with ESMTP id 073AC1DC006C for ; Thu, 13 Mar 2014 09:42:56 -0400 (EDT) Received: from d24av04.br.ibm.com (d24av04.br.ibm.com [9.8.31.97]) by d24relay03.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s2DDgmUB49938444 for ; Thu, 13 Mar 2014 10:42:48 -0300 Received: from d24av04.br.ibm.com (localhost [127.0.0.1]) by d24av04.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s2DDgtiX011309 for ; Thu, 13 Mar 2014 10:42:55 -0300 From: Eduardo Otubo Date: Thu, 13 Mar 2014 10:42:42 -0300 Message-Id: <1394718164-7883-1-git-send-email-otubo@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 00/02] seccomp: adding new syscalls to the whitelist List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pmoore@redhat.com, debfx@fobos.de, Eduardo Otubo The following changes since commit 750036a848ea913ba6343718ffa70da98f7eef6b: Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-upstream' into staging (2014-03-12 17:53:37 +0000) are available in the git repository at: git://github.com/otubo/qemu.git seccomp Felix Geyer (1): seccomp: add timerfd_create and timerfd_settime to the whitelist Paul Moore (1): seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist qemu-seccomp.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)