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 20gettid: 1 21gettimeofday: 1 22io_uring_setup: 1 23io_uring_enter: 1 24kill: 1 25madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE 26mmap: arg2 in ~PROT_EXEC 27mprotect: arg2 in ~PROT_EXEC 28mremap: 1 29munmap: 1 30nanosleep: 1 31clock_nanosleep: 1 32pipe2: 1 33ppoll: 1 34read: 1 35readlinkat: 1 36readv: 1 37recvfrom: 1 38recvmsg: 1 39restart_syscall: 1 40rt_sigaction: 1 41rt_sigprocmask: 1 42rt_sigreturn: 1 43sched_getaffinity: 1 44sched_yield: 1 45sendmsg: 1 46sendto: 1 47set_robust_list: 1 48sigaltstack: 1 49write: 1 50writev: 1 51fcntl: 1 52uname: 1 53clone3: 1 54rseq: 1 55