2018-02-27 01:27:40 +00:00
|
|
|
# Copyright 2018 The Chromium OS Authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
2019-02-01 00:55:59 +00:00
|
|
|
@include /usr/share/policy/crosvm/common_device.policy
|
|
|
|
|
2018-08-24 19:49:05 +00:00
|
|
|
fallocate: 1
|
2018-05-16 03:18:41 +00:00
|
|
|
fdatasync: 1
|
2018-02-27 01:27:40 +00:00
|
|
|
fstat64: 1
|
2018-05-16 03:18:41 +00:00
|
|
|
fsync: 1
|
2018-04-26 20:19:33 +00:00
|
|
|
ftruncate64: 1
|
2018-02-27 01:27:40 +00:00
|
|
|
_llseek: 1
|
2020-02-01 01:29:45 +00:00
|
|
|
open: return ENOENT
|
|
|
|
openat: return ENOENT
|
2019-11-12 22:02:16 +00:00
|
|
|
pread64: 1
|
2019-10-07 20:06:22 +00:00
|
|
|
preadv: 1
|
2019-11-12 22:02:16 +00:00
|
|
|
pwrite64: 1
|
2019-10-07 20:06:22 +00:00
|
|
|
pwritev: 1
|
2020-01-15 21:34:09 +00:00
|
|
|
statx: 1
|
2018-09-18 17:27:34 +00:00
|
|
|
timerfd_create: 1
|
|
|
|
timerfd_gettime: 1
|
|
|
|
timerfd_settime: 1
|