1# Copyright 2019 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 6clock_gettime: 1 7clone: arg0 & CLONE_THREAD 8close: 1 9dup3: 1 10dup: 1 11epoll_create1: 1 12epoll_ctl: 1 13epoll_pwait: 1 14eventfd2: 1 15exit: 1 16exit_group: 1 17futex: 1 18getcwd: 1 19getpid: 1 20gettimeofday: 1 21io_uring_setup: 1 22io_uring_enter: 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 30clock_nanosleep: 1 31pipe2: 1 32ppoll: 1 33read: 1 34readlinkat: 1 35readv: 1 36recvfrom: 1 37recvmsg: 1 38restart_syscall: 1 39rt_sigaction: 1 40rt_sigprocmask: 1 41rt_sigreturn: 1 42sched_getaffinity: 1 43sched_yield: 1 44sendmsg: 1 45sendto: 1 46set_robust_list: 1 47sigaltstack: 1 48write: 1 49writev: 1 50fcntl: 1 51uname: 1 52