• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5@include /usr/share/policy/crosvm/common_device.policy
6
7pread64: 1
8pwrite64: 1
9lstat64: 1
10stat64: 1
11open: 1
12openat: 1
13fstat64: 1
14ioctl: arg1 == FIOCLEX
15getdents64: 1
16fdatasync: 1
17fsync: 1
18mkdir: 1
19rmdir: 1
20rename: 1
21writev: 1
22link: 1
23unlink: 1
24socket: arg0 == AF_UNIX
25utimensat: 1
26ftruncate64: 1
27fchown: arg1 == 0xffffffff && arg2 == 0xffffffff
28statfs64: 1
29fstatat64: 1
30