2018-04-17 02:32:04 +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-04-17 02:32:04 +00:00
|
|
|
writev: 1
|
|
|
|
pwrite64: 1
|
|
|
|
stat: 1
|
|
|
|
lstat: 1
|
|
|
|
open: 1
|
2018-10-19 19:04:45 +00:00
|
|
|
openat: 1
|
2018-04-17 02:32:04 +00:00
|
|
|
fstat: 1
|
|
|
|
ioctl: arg1 == FIOCLEX
|
|
|
|
link: 1
|
|
|
|
unlink: 1
|
|
|
|
rename: 1
|
|
|
|
pread64: 1
|
|
|
|
getdents: 1
|
|
|
|
mkdir: 1
|
|
|
|
rmdir: 1
|
|
|
|
fsync: 1
|
|
|
|
fdatasync: 1
|
|
|
|
utimensat: 1
|
|
|
|
ftruncate: 1
|
|
|
|
fchown: arg1 == 0xffffffff && arg2 == 0xffffffff
|
|
|
|
statfs: 1
|
2018-09-19 01:29:15 +00:00
|
|
|
newfstatat: 1
|