2019-12-02 18:28:28 +00:00
|
|
|
# Copyright 2019 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.
|
|
|
|
|
|
|
|
@include /usr/share/policy/crosvm/common_device.policy
|
|
|
|
|
|
|
|
fallocate: 1
|
|
|
|
fdatasync: 1
|
|
|
|
fstat: 1
|
|
|
|
fsync: 1
|
|
|
|
ftruncate: 1
|
|
|
|
lseek: 1
|
2020-02-01 01:29:45 +00:00
|
|
|
openat: return ENOENT
|
2019-12-02 18:28:28 +00:00
|
|
|
preadv: 1
|
|
|
|
pwritev: 1
|
2020-01-15 21:34:09 +00:00
|
|
|
statx: 1
|
2019-12-02 18:28:28 +00:00
|
|
|
timerfd_create: 1
|
|
|
|
timerfd_gettime: 1
|
|
|
|
timerfd_settime: 1
|
2021-04-19 19:59:38 +00:00
|
|
|
prctl: arg0 == PR_SET_NAME
|