mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
secomp: Allow sched_yield for video device.
libvda depends on libchrome and libchrome call sched_yield in NeedsLazyInstance sometimes. BUG=b:159855961 TEST=manual - keep running `android -c reboot` on hatch-arc-r Change-Id: I39afb77541c6d129ff84a776644c5cb68687ec82 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2269339 Commit-Queue: Lepton Wu <lepton@chromium.org> Commit-Queue: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Tested-by: Lepton Wu <lepton@chromium.org> Auto-Submit: Lepton Wu <lepton@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
This commit is contained in:
parent
dc82c819f6
commit
436296b1f0
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ getuid32: 1
|
|||
# ioctl: arg1 == DRM_IOCTL_*
|
||||
ioctl: arg1 & 0x6400
|
||||
openat: 1
|
||||
sched_yield: 1
|
||||
send: 1
|
||||
setpriority: 1
|
||||
socket: arg0 == AF_UNIX
|
||||
|
|
|
@ -19,6 +19,7 @@ getuid: 1
|
|||
# ioctl: arg1 == DRM_IOCTL_*
|
||||
ioctl: arg1 & 0x6400
|
||||
openat: 1
|
||||
sched_yield: 1
|
||||
setpriority: 1
|
||||
socket: arg0 == AF_UNIX
|
||||
stat: 1
|
||||
|
|
Loading…
Reference in a new issue