2019-11-14 09:45:56 +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
|
|
|
|
|
2020-03-17 09:20:10 +00:00
|
|
|
copy_file_range: 1
|
2020-03-05 06:29:41 +00:00
|
|
|
fallocate: 1
|
2020-05-27 08:18:07 +00:00
|
|
|
fchmod: 1
|
2019-11-14 09:45:56 +00:00
|
|
|
fchmodat: 1
|
2020-05-27 08:18:07 +00:00
|
|
|
fchown32: 1
|
2019-11-14 09:45:56 +00:00
|
|
|
fchownat: 1
|
2020-03-05 06:29:41 +00:00
|
|
|
fdatasync: 1
|
2020-03-26 07:20:40 +00:00
|
|
|
lgetxattr: 1
|
|
|
|
lsetxattr: 1
|
|
|
|
llistxattr: 1
|
|
|
|
lremovexattr: 1
|
2019-11-14 09:45:56 +00:00
|
|
|
fstatat64: 1
|
|
|
|
fstatfs64: 1
|
2020-03-05 06:29:41 +00:00
|
|
|
fsync: 1
|
2019-11-14 09:45:56 +00:00
|
|
|
ftruncate64: 1
|
|
|
|
getdents64: 1
|
2019-11-18 05:50:10 +00:00
|
|
|
getegid32: 1
|
|
|
|
geteuid32: 1
|
2020-06-23 08:12:03 +00:00
|
|
|
getrandom: 1
|
2020-06-25 05:00:42 +00:00
|
|
|
ioctl: arg1 == FS_IOC_GET_ENCRYPTION_POLICY || arg1 == FS_IOC_SET_ENCRYPTION_POLICY || arg1 == FS_IOC_FSGETXATTR || arg1 == FS_IOC_FSSETXATTR
|
2019-11-14 09:45:56 +00:00
|
|
|
linkat: 1
|
|
|
|
_llseek: 1
|
2020-05-27 08:18:07 +00:00
|
|
|
mkdir: 1
|
2019-11-14 09:45:56 +00:00
|
|
|
mkdirat: 1
|
|
|
|
mknodat: 1
|
2020-02-01 01:29:45 +00:00
|
|
|
open: return ENOENT
|
|
|
|
openat: 1
|
2019-11-14 09:45:56 +00:00
|
|
|
preadv: 1
|
|
|
|
pwritev: 1
|
|
|
|
readlinkat: 1
|
|
|
|
renameat2: 1
|
2019-11-18 05:50:10 +00:00
|
|
|
setresgid32: 1
|
|
|
|
setresuid32: 1
|
2020-01-15 21:34:09 +00:00
|
|
|
statx: 1
|
2019-11-14 09:45:56 +00:00
|
|
|
symlinkat: 1
|
|
|
|
umask: 1
|
|
|
|
unlinkat: 1
|
|
|
|
utimensat: 1
|