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 5brk: 1 6clone: arg0 & CLONE_THREAD 7close: 1 8dup2: 1 9dup: 1 10epoll_create1: 1 11epoll_ctl: 1 12epoll_wait: 1 13eventfd2: 1 14exit: 1 15exit_group: 1 16futex: 1 17getpid: 1 18gettimeofday: 1 19kill: 1 20madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE 21mmap2: arg2 in ~PROT_EXEC 22mprotect: arg2 in ~PROT_EXEC 23mremap: 1 24munmap: 1 25nanosleep: 1 26open: return ENOENT 27openat: return ENOENT 28pipe2: 1 29poll: 1 30ppoll: 1 31prctl: arg0 == PR_SET_NAME 32read: 1 33recv: 1 34recvfrom: 1 35recvmsg: 1 36restart_syscall: 1 37rt_sigaction: 1 38rt_sigprocmask: 1 39rt_sigreturn: 1 40sched_getaffinity: 1 41sendmsg: 1 42set_robust_list: 1 43sigaltstack: 1 44write: 1 45