1# Copyright 2019 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 5openat: 1 6 7@include /usr/share/policy/crosvm/common_device.policy 8 9pread64: 1 10pwrite64: 1 11statx: 1 12fstat: 1 13ioctl: arg1 == FIOCLEX 14lseek: 1 15getdents64: 1 16fdatasync: 1 17fsync: 1 18mkdirat: 1 19renameat: 1 20linkat: 1 21unlinkat: 1 22socket: arg0 == AF_UNIX 23utimensat: 1 24ftruncate: 1 25fchmod: 1 26fchown: 1 27fstatfs: 1 28newfstatat: 1 29prctl: arg0 == PR_SET_NAME 30