• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2020 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5@include /usr/share/policy/crosvm/common_device.policy
6
7# Syscalls specific to video devices.
8clock_getres: 1
9clock_getres_time64: 1
10connect: 1
11getegid32: 1
12geteuid32: 1
13getgid32: 1
14getrandom: 1
15getresgid32: 1
16getresuid32: 1
17getsockname: 1
18getuid32: 1
19# ioctl: arg1 == DRM_IOCTL_*
20ioctl: arg1 & 0x6400
21openat: 1
22sched_yield: 1
23send: 1
24setpriority: 1
25socket: arg0 == AF_UNIX
26stat64: 1
27prctl: arg0 == PR_SET_NAME
28