2022-09-13 17:55:17 +00:00
|
|
|
# Copyright 2018 The ChromiumOS Authors
|
2018-05-23 10:41:30 +00:00
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
2022-07-26 08:00:47 +00:00
|
|
|
@include /usr/share/policy/crosvm/gpu_common.policy
|
2019-02-01 00:55:59 +00:00
|
|
|
|
2022-07-26 08:00:47 +00:00
|
|
|
clone: arg0 & CLONE_THREAD
|
2017-06-30 22:46:14 +00:00
|
|
|
# Used to connect to wayland. arg0 == AF_UNIX && arg1 == SOCK_STREAM|SOCK_CLOEXEC
|
|
|
|
socket: arg0 == 1 && arg1 == 0x80001 && arg2 == 0
|
2022-07-08 04:18:43 +00:00
|
|
|
# arg1 == FIONBIO || arg1 == DMA_BUF_IOCTL_SYNC || arg1 == SYNC_IOC_FILE_INFO || arg1 & DRM_IOCTL_BASE
|
|
|
|
ioctl: arg1 == 0x5421 || arg1 == 0x40086200 || arg1 == 0xc0383e04 || arg1 & 0x6400
|