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 6clone: arg0 & CLONE_THREAD 7close: 1 8dup3: 1 9dup: 1 10epoll_create1: 1 11epoll_ctl: 1 12epoll_pwait: 1 13eventfd2: 1 14exit: 1 15exit_group: 1 16futex: 1 17getpid: 1 18gettimeofday: 1 19io_uring_setup: 1 20io_uring_enter: 1 21kill: 1 22madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE 23mmap: arg2 in ~PROT_EXEC 24mprotect: arg2 in ~PROT_EXEC 25mremap: 1 26munmap: 1 27nanosleep: 1 28clock_nanosleep: 1 29pipe2: 1 30ppoll: 1 31read: 1 32readv: 1 33recvfrom: 1 34recvmsg: 1 35restart_syscall: 1 36rt_sigaction: 1 37rt_sigprocmask: 1 38rt_sigreturn: 1 39sched_getaffinity: 1 40sendmsg: 1 41sendto: 1 42set_robust_list: 1 43sigaltstack: 1 44write: 1 45writev: 1 46fcntl: 1 47