summary refs log tree commit diff
path: root/seccomp/x86_64/9p_device.policy
blob: 114ea1128215759f21456dccfc69cd269c1a90f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.

open: 1
openat: 1

@include /usr/share/policy/crosvm/common_device.policy

pwrite64: 1
stat: 1
statx: 1
lstat: 1
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
newfstatat: 1