2019-12-06 13:24:40 +00:00
|
|
|
# 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
|
|
|
|
connect: 1
|
|
|
|
getdents: 1
|
2021-03-15 17:35:07 +00:00
|
|
|
getdents64: 1
|
2019-12-06 13:24:40 +00:00
|
|
|
getegid: 1
|
|
|
|
geteuid: 1
|
|
|
|
getgid: 1
|
|
|
|
getresgid: 1
|
|
|
|
getresuid: 1
|
|
|
|
getsockname: 1
|
|
|
|
getuid: 1
|
|
|
|
# ioctl: arg1 == DRM_IOCTL_*
|
|
|
|
ioctl: arg1 & 0x6400
|
2021-06-24 05:08:28 +00:00
|
|
|
memfd_create: 1
|
2019-12-06 13:24:40 +00:00
|
|
|
openat: 1
|
2020-06-26 03:24:29 +00:00
|
|
|
sched_yield: 1
|
2019-12-06 13:24:40 +00:00
|
|
|
setpriority: 1
|
|
|
|
socket: arg0 == AF_UNIX
|
|
|
|
stat: 1
|
2020-07-16 06:20:54 +00:00
|
|
|
fstat: 1
|
2021-07-08 02:02:59 +00:00
|
|
|
fstatfs: 1
|
2020-10-08 09:02:32 +00:00
|
|
|
|
|
|
|
# Rules needed for minigbm on AMD devices.
|
|
|
|
getrandom: 1
|
|
|
|
lstat: 1
|
|
|
|
# mmap/mprotect differ from the common_device.policy
|
|
|
|
mmap: arg2 == PROT_READ|PROT_WRITE || arg2 == PROT_NONE || arg2 == PROT_READ|PROT_EXEC || arg2 == PROT_WRITE || arg2 == PROT_READ
|
|
|
|
mprotect: arg2 == PROT_READ|PROT_WRITE || arg2 == PROT_NONE || arg2 == PROT_READ
|
|
|
|
readlink: 1
|
|
|
|
sched_setaffinity: 1
|
2020-12-03 01:32:59 +00:00
|
|
|
sched_setscheduler: arg1 == SCHED_IDLE || arg1 == SCHED_BATCH
|
|
|
|
|
|
|
|
# Required by mesa on AMD GPU
|
|
|
|
sysinfo: 1
|
2021-04-19 19:59:38 +00:00
|
|
|
|
|
|
|
prctl: arg0 == PR_SET_NAME
|