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.
|
|
|
|
|
2020-01-11 00:01:11 +00:00
|
|
|
openat: 1
|
|
|
|
|
2019-12-02 18:28:28 +00:00
|
|
|
@include /usr/share/policy/crosvm/common_device.policy
|
|
|
|
|
|
|
|
pread64: 1
|
|
|
|
pwrite64: 1
|
|
|
|
statx: 1
|
|
|
|
fstat: 1
|
|
|
|
ioctl: arg1 == FIOCLEX
|
2020-10-23 09:44:50 +00:00
|
|
|
lseek: 1
|
2019-12-02 18:28:28 +00:00
|
|
|
getdents64: 1
|
|
|
|
fdatasync: 1
|
|
|
|
fsync: 1
|
|
|
|
mkdirat: 1
|
|
|
|
renameat: 1
|
|
|
|
linkat: 1
|
|
|
|
unlinkat: 1
|
|
|
|
socket: arg0 == AF_UNIX
|
|
|
|
utimensat: 1
|
|
|
|
ftruncate: 1
|
2021-03-24 09:33:03 +00:00
|
|
|
fchmod: 1
|
|
|
|
fchown: 1
|
2020-10-23 09:44:50 +00:00
|
|
|
fstatfs: 1
|
2019-12-02 18:28:28 +00:00
|
|
|
newfstatat: 1
|
2021-04-19 19:59:38 +00:00
|
|
|
prctl: arg0 == PR_SET_NAME
|