mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 17:44:10 +00:00
b86f7f6110
BUG=b:177267762 TEST=run vk and gl apps on volteer Change-Id: I6fe2ce831eb671fedd1c0aa749066c41d181d152 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3335301 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Chia-I Wu <olv@google.com>
8 lines
319 B
Text
8 lines
319 B
Text
# Copyright 2018 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
|
|
|
|
socket: arg0 == AF_UNIX && arg1 == SOCK_STREAM|SOCK_CLOEXEC && arg2 == 0
|
|
clone: arg0 & CLONE_THREAD
|