qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] cf9dc9: seccomp: adding getrusage to the whit


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] cf9dc9: seccomp: adding getrusage to the whitelist
Date: Thu, 22 Sep 2016 06:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: cf9dc9e4807464a9d0b3d7368b818323e14921eb
      
https://github.com/qemu/qemu/commit/cf9dc9e4807464a9d0b3d7368b818323e14921eb
  Author: Eduardo Otubo <address@hidden>
  Date:   2016-09-21 (Wed, 21 Sep 2016)

  Changed paths:
    M qemu-seccomp.c

  Log Message:
  -----------
  seccomp: adding getrusage to the whitelist

getrusage is used in a number of places throughout the qemu codebase
(notably, in crypto/pbkdf.c).  Without this syscall being whitelisted,
qemu ends up getting killed by the kernel whenever you try to connect to
a VNC console.

Signed-off-by: Brian Rak <address@hidden>
Acked-by: Eduardo Otubo <address@hidden>


  Commit: 3648100e2af88765ba14347a0c74c8a5eb093eb5
      
https://github.com/qemu/qemu/commit/3648100e2af88765ba14347a0c74c8a5eb093eb5
  Author: Peter Maydell <address@hidden>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M qemu-seccomp.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20160921' into 
staging

seccomp branch queue

# gpg: Signature made Wed 21 Sep 2016 10:30:09 BST
# gpg:                using RSA key 0xFD0CFF5B12F8BD2F
# gpg: Good signature from "Eduardo Otubo (Software Engineer @ ProfitBricks) 
<address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 1C96 46B6 E1D1 C38A F2EC  3FDE FD0C FF5B 12F8 BD2F

* remotes/otubo/tags/pull-seccomp-20160921:
  seccomp: adding getrusage to the whitelist

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/ffd455ae4177...3648100e2af8

reply via email to

[Prev in Thread] Current Thread [Next in Thread]