mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
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>
12 lines
323 B
Text
12 lines
323 B
Text
# Copyright 2017 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
@include /usr/share/policy/crosvm/common_device.policy
|
|
|
|
madvise: 1
|
|
open: return ENOENT
|
|
openat: return ENOENT
|
|
prlimit64: 1
|
|
setrlimit: 1
|
|
sched_setscheduler: 1
|