mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
seccomp: gpu: allow sched_yield
It will be needed by virglrenderer with venus enabled. BUG=b:180621453 TEST=vulkan-smoketest Change-Id: I3c3b4f38901d278c137b26f8801a3417d88b4533 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2728307 Tested-by: kokoro <noreply+kokoro@google.com> Tested-by: Chia-I Wu <olv@google.com> Reviewed-by: Dylan Reid <dgreid@chromium.org> Reviewed-by: David Riley <davidriley@chromium.org> Commit-Queue: Chia-I Wu <olv@google.com>
This commit is contained in:
parent
4d343bbf55
commit
3c6367b98c
1 changed files with 3 additions and 0 deletions
|
@ -96,3 +96,6 @@ kcmp: 1
|
||||||
access: 1
|
access: 1
|
||||||
getgid: 1
|
getgid: 1
|
||||||
getegid: 1
|
getegid: 1
|
||||||
|
|
||||||
|
# Rules for virglrenderer
|
||||||
|
sched_yield: 1
|
||||||
|
|
Loading…
Reference in a new issue