mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
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:
parent
8f9d4f71d7
commit
6031ff4b81
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue