• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019 The ChromiumOS Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5openat: 1
6
7@include /usr/share/policy/crosvm/common_device.policy
8
9pread64: 1
10pwrite64: 1
11statx: 1
12fstat: 1
13ioctl: arg1 == FIOCLEX
14getdents64: 1
15fdatasync: 1
16fsync: 1
17mkdirat: 1
18linkat: 1
19unlinkat: 1
20socket: arg0 == AF_UNIX
21utimensat: 1
22fchmod: 1
23fchmodat: 1
24fchown: 1
25fchownat: 1
26fstatfs: 1
27newfstatat: 1
28prctl: arg0 == PR_SET_NAME
29