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
5open: 1
6openat: 1
7
8brk: 1
9clone: arg0 & CLONE_THREAD
10close: 1
11dup2: 1
12dup: 1
13epoll_create1: 1
14epoll_ctl: 1
15epoll_wait: 1
16eventfd2: 1
17exit: 1
18exit_group: 1
19futex: 1
20getpid: 1
21gettid: 1
22gettimeofday: 1
23kill: 1
24madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE
25mmap: arg2 in ~PROT_EXEC
26mprotect: arg2 in ~PROT_EXEC
27mremap: 1
28munmap: 1
29nanosleep: 1
30pipe2: 1
31poll: 1
32ppoll: 1
33prctl: arg0 == PR_SET_NAME
34read: 1
35readv: 1
36recvfrom: 1
37recvmsg: 1
38restart_syscall: 1
39rt_sigaction: 1
40rt_sigprocmask: 1
41rt_sigreturn: 1
42sched_getaffinity: 1
43sendmsg: 1
44sendto: 1
45set_robust_list: 1
46sigaltstack: 1
47write: 1
48writev: 1
49
50pwrite64: 1
51stat: 1
52statx: 1
53lstat: 1
54fstat: 1
55ioctl: arg1 == FIOCLEX
56link: 1
57unlink: 1
58rename: 1
59pread64: 1
60getdents: 1
61mkdir: 1
62rmdir: 1
63fsync: 1
64fdatasync: 1
65utimensat: 1
66ftruncate: 1
67fchown: arg1 == 0xffffffff && arg2 == 0xffffffff
68statfs: 1
69newfstatat: 1
70