seccomp: gpu: allow sysinfo

The glibc qsort implementation sometimes requires querying the physical
page size.

BUG=b:154580659
TEST=run fullscreen 3dmark in ARCVM on kukui

Change-Id: I364d77cf66353e558e798a07a247c55c3e365c32
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2156596
Tested-by: David Stevens <stevensd@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: David Stevens <stevensd@chromium.org>
Reviewed-by: Lepton Wu <lepton@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
This commit is contained in:
David Stevens 2020-04-21 18:45:22 +09:00 committed by Commit Bot
parent 8f9d4f71d7
commit 6031ff4b81
2 changed files with 2 additions and 0 deletions

View file

@ -52,6 +52,7 @@ statx: 1
fstat: 1
newfstatat: 1
getdents64: 1
sysinfo: 1
# 0x6400 == DRM_IOCTL_BASE, 0x8000 = KBASE_IOCTL_TYPE (mali)
ioctl: arg1 & 0x6400 || arg1 & 0x8000

View file

@ -54,6 +54,7 @@ stat64: 1
fstat64: 1
getdents: 1
getdents64: 1
sysinfo: 1
# 0x6400 == DRM_IOCTL_BASE, 0x8000 = KBASE_IOCTL_TYPE (mali)
ioctl: arg1 & 0x6400 || arg1 & 0x8000