1# Copyright 2019 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 7fallocate: 1 8fdatasync: 1 9fstat: 1 10fsync: 1 11# 0x1277 == BLKDISCARD. 12ioctl: arg1 == 0x1277 13openat: return ENOENT 14newfstatat: 1 15preadv: 1 16pwrite64: 1 17pwritev: 1 18statx: 1 19timerfd_create: 1 20timerfd_gettime: 1 21timerfd_settime: 1 22prctl: arg0 == PR_SET_NAME 23