2017-08-23 18:20:36 +00:00
|
|
|
# Copyright 2017 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-01-11 17:20:16 +00:00
|
|
|
fstat: 1
|
2018-05-16 03:18:41 +00:00
|
|
|
fsync: 1
|
2018-01-11 17:20:16 +00:00
|
|
|
ftruncate: 1
|
2017-05-12 23:15:53 +00:00
|
|
|
lseek: 1
|
2019-11-15 01:48:44 +00:00
|
|
|
open: return ENOENT
|
|
|
|
openat: return ENOENT
|
2021-09-30 21:19:52 +00:00
|
|
|
newfstatat: 1
|
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
|
2021-04-19 19:59:38 +00:00
|
|
|
prctl: arg0 == PR_SET_NAME
|