mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 17:44:10 +00:00
a946256c0b
virglrender changed from waitpid to waitid. BUG=b:177267762 TEST=run vk and gl apps on volteer Change-Id: If056776d934e0c2376d316dcfe37ff2c168933f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3331738 Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Chia-I Wu <olv@google.com>
12 lines
406 B
Text
12 lines
406 B
Text
# Copyright 2021 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/gpu_common.policy
|
|
|
|
# allow fork() and waitid()
|
|
clone: 1
|
|
waitid: 1
|
|
|
|
# allow socketpair(AF_UNIX, SOCK_SEQPACKET | SOCK_CLOEXEC)
|
|
socketpair: arg0 == AF_UNIX && arg1 == SOCK_SEQPACKET|SOCK_CLOEXEC && arg2 == 0
|