1# Copyright 2018 The ChromiumOS Authors 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 7pread64: 1 8pwrite64: 1 9stat64: 1 10statx: 1 11fstat64: 1 12ioctl: arg1 == FIOCLEX 13getdents64: 1 14fdatasync: 1 15fsync: 1 16mkdirat: 1 17open: 1 18openat: 1 19rmdir: 1 20renameat: 1 21linkat: 1 22unlinkat: 1 23socket: arg0 == AF_UNIX 24utimensat: 1 25utimensat_time64: 1 26fchmod: 1 27fchmodat: 1 28fchown: 1 29fchownat: 1 30fstatfs: 1 31fstatfs64: 1 32fstatat64: 1 33prctl: arg0 == PR_SET_NAME 34