From d854217d994d8f47a9929cbe04745f64943161f3 Mon Sep 17 00:00:00 2001 From: John Bates Date: Fri, 5 Mar 2021 16:50:04 -0800 Subject: [PATCH] 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 Tested-by: kokoro Auto-Submit: John Bates Reviewed-by: Daniel Verkamp Commit-Queue: John Bates --- seccomp/x86_64/null_audio_device.policy | 1 + 1 file changed, 1 insertion(+) diff --git a/seccomp/x86_64/null_audio_device.policy b/seccomp/x86_64/null_audio_device.policy index f118d88ded..7f3e05b9a0 100644 --- a/seccomp/x86_64/null_audio_device.policy +++ b/seccomp/x86_64/null_audio_device.policy @@ -9,3 +9,4 @@ open: return ENOENT openat: return ENOENT prlimit64: 1 setrlimit: 1 +sched_setscheduler: 1