mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
devices: gpu: allow sysinfo syscall
BUG=chromium:940826 TEST=run unigine valley benchmark 1920x1080 Change-Id: If7b5d97a4284de88e52b3fd3e8f162dd484934e1 Reviewed-on: https://chromium-review.googlesource.com/1517102 Commit-Ready: David Riley <davidriley@chromium.org> Tested-by: David Riley <davidriley@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Zach Reizner <zachr@chromium.org>
This commit is contained in:
parent
190406937d
commit
33e8ef061d
1 changed files with 1 additions and 0 deletions
|
@ -63,3 +63,4 @@ openat: 1
|
||||||
readlink: 1
|
readlink: 1
|
||||||
socket: arg0 == 1 && arg1 == 0x80001 && arg2 == 0
|
socket: arg0 == 1 && arg1 == 0x80001 && arg2 == 0
|
||||||
stat: 1
|
stat: 1
|
||||||
|
sysinfo: 1
|
||||||
|
|
Loading…
Reference in a new issue