mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
seccomp: Add io_uring_setup / io_uring_enter to gpu_common.policy
The top part of gpu_common.policy is supposed to match common_device.policy. In https://crrev.com/c/1993163 we added io_uring_setup and io_uring_enter to common_device.policy. Even though there's nothing known to be broken, add these to the gpu_common.policy to keep things matching. BUG=None TEST=kokoro Change-Id: Ifd4c53c50ec12eb7e1e14f7eb80d2c9b8f0fbe46 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3631411 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Douglas Anderson <dianders@chromium.org>
This commit is contained in:
parent
0508572d3c
commit
e742c70edc
3 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,8 @@ getcwd: 1
|
|||
getpid: 1
|
||||
gettid: 1
|
||||
gettimeofday: 1
|
||||
io_uring_setup: 1
|
||||
io_uring_enter: 1
|
||||
kill: 1
|
||||
madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE
|
||||
mremap: 1
|
||||
|
|
|
@ -20,6 +20,8 @@ getcwd: 1
|
|||
getpid: 1
|
||||
gettid: 1
|
||||
gettimeofday: 1
|
||||
io_uring_setup: 1
|
||||
io_uring_enter: 1
|
||||
kill: 1
|
||||
madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE
|
||||
mremap: 1
|
||||
|
|
|
@ -20,6 +20,8 @@ getcwd: 1
|
|||
getpid: 1
|
||||
gettid: 1
|
||||
gettimeofday: 1
|
||||
io_uring_setup: 1
|
||||
io_uring_enter: 1
|
||||
kill: 1
|
||||
madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE
|
||||
mremap: 1
|
||||
|
|
Loading…
Reference in a new issue