1# Copyright 2017 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 5@include /usr/share/policy/crosvm/common_device.policy 6 7fallocate: 1 8fdatasync: 1 9fstat: 1 10fsync: 1 11ftruncate: 1 12lseek: 1 13open: return ENOENT 14openat: return ENOENT 15newfstatat: 1 16pread64: 1 17preadv: 1 18pwrite64: 1 19pwritev: 1 20statx: 1 21timerfd_create: 1 22timerfd_gettime: 1 23timerfd_settime: 1 24prctl: arg0 == PR_SET_NAME 25