You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
577 B
28 lines
577 B
# Copyright 2020 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
|
|
|
|
# Syscalls specific to video devices.
|
|
clock_getres: 1
|
|
clock_getres_time64: 1
|
|
connect: 1
|
|
getegid32: 1
|
|
geteuid32: 1
|
|
getgid32: 1
|
|
getrandom: 1
|
|
getresgid32: 1
|
|
getresuid32: 1
|
|
getsockname: 1
|
|
getuid32: 1
|
|
# ioctl: arg1 == DRM_IOCTL_*
|
|
ioctl: arg1 & 0x6400
|
|
openat: 1
|
|
sched_yield: 1
|
|
send: 1
|
|
setpriority: 1
|
|
socket: arg0 == AF_UNIX
|
|
stat64: 1
|
|
prctl: arg0 == PR_SET_NAME
|