mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
ac97: null audio device also needs sched_setscheduler
Updating seccomp for null audio device. BUG=None TEST=run crosvm with null audio device fallback Change-Id: Iadcbd5b68fa36427782a66f66046fe5a907c2470 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2740644 Tested-by: John Bates <jbates@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Auto-Submit: John Bates <jbates@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: John Bates <jbates@chromium.org>
This commit is contained in:
parent
f19933bfb0
commit
d854217d99
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ open: return ENOENT
|
|||
openat: return ENOENT
|
||||
prlimit64: 1
|
||||
setrlimit: 1
|
||||
sched_setscheduler: 1
|
||||
|
|
Loading…
Reference in a new issue