mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
seccomp: add sched_yield for arm64
We already allow the system call in arm32. Testing revealed that the call is actually in use. BUG=b:231660764, b:230609113 TEST=cheets_CTS_R.internal.arm.CtsSkQP Change-Id: Ia04089d1454312ac637e5c76d0aceafd2ab55134 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3632320 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Commit-Queue: Douglas Anderson <dianders@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
418c33e605
commit
6b8153e9c1
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ rt_sigaction: 1
|
|||
rt_sigprocmask: 1
|
||||
rt_sigreturn: 1
|
||||
sched_getaffinity: 1
|
||||
sched_yield: 1
|
||||
sendmsg: 1
|
||||
sendto: 1
|
||||
set_robust_list: 1
|
||||
|
|
Loading…
Reference in a new issue