mbox

[PULL,00/03] seccomp branch queue

Message ID 1460833472-14855-1-git-send-email-eduardo.otubo@profitbricks.com
State New
Headers show

Pull-request

git://github.com/otubo/qemu.git tags/pull-seccomp-20160416

Message

Eduardo Otubo April 16, 2016, 7:04 p.m. UTC
The following changes since commit c7b45f12828c1ba7105dbc029c63d7de68eaa91c:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-backends-2016-04-15' into staging (2016-04-15 17:43:34 +0100)

are available in the git repository at:

  git://github.com/otubo/qemu.git tags/pull-seccomp-20160416

for you to fetch changes up to 8e08f8a4a7f613af65b29fcc3ac3bfc2a08a3343:

  seccomp: adding sysinfo system call to whitelist (2016-04-16 20:27:44 +0200)

----------------------------------------------------------------
seccomp branch queue

----------------------------------------------------------------
James Hogan (2):
      configure: Enable seccomp sandbox for MIPS
      seccomp: Whitelist cacheflush since 2.2.0 not 2.2.3

Miroslav Rezanina (1):
      seccomp: adding sysinfo system call to whitelist

 configure      | 3 +++
 qemu-seccomp.c | 9 ++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

Comments

Peter Maydell April 18, 2016, 10:11 a.m. UTC | #1
On 16 April 2016 at 20:04, Eduardo Otubo <eduardo.otubo@profitbricks.com> wrote:
> The following changes since commit c7b45f12828c1ba7105dbc029c63d7de68eaa91c:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-backends-2016-04-15' into staging (2016-04-15 17:43:34 +0100)
>
> are available in the git repository at:
>
>   git://github.com/otubo/qemu.git tags/pull-seccomp-20160416
>
> for you to fetch changes up to 8e08f8a4a7f613af65b29fcc3ac3bfc2a08a3343:
>
>   seccomp: adding sysinfo system call to whitelist (2016-04-16 20:27:44 +0200)
>
> ----------------------------------------------------------------
> seccomp branch queue
>
> ----------------------------------------------------------------
> James Hogan (2):
>       configure: Enable seccomp sandbox for MIPS
>       seccomp: Whitelist cacheflush since 2.2.0 not 2.2.3
>
> Miroslav Rezanina (1):
>       seccomp: adding sysinfo system call to whitelist
>
>  configure      | 3 +++
>  qemu-seccomp.c | 9 ++++++---
>  2 files changed, 9 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM