• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5@include /usr/share/policy/crosvm/common_device.policy
6
7fallocate: 1
8fdatasync: 1
9fstat: 1
10fsync: 1
11ftruncate: 1
12lseek: 1
13openat: return ENOENT
14newfstatat: 1
15preadv: 1
16pwritev: 1
17statx: 1
18timerfd_create: 1
19timerfd_gettime: 1
20timerfd_settime: 1
21prctl: arg0 == PR_SET_NAME
22