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 5 6brk: 1 7clock_gettime: 1 8clone: arg0 & CLONE_THREAD 9close: 1 10dup2: 1 11dup: 1 12epoll_create1: 1 13epoll_ctl: 1 14epoll_wait: 1 15eventfd2: 1 16exit: 1 17exit_group: 1 18futex: 1 19getcwd: 1 20getpid: 1 21gettid: 1 22gettimeofday: 1 23io_uring_setup: 1 24io_uring_enter: 1 25kill: 1 26madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE 27mmap: arg2 in ~PROT_EXEC 28mprotect: arg2 in ~PROT_EXEC 29mremap: 1 30munmap: 1 31nanosleep: 1 32clock_nanosleep: 1 33pipe2: 1 34poll: 1 35ppoll: 1 36read: 1 37readlink: 1 38readlinkat: 1 39readv: 1 40recvfrom: 1 41recvmsg: 1 42restart_syscall: 1 43rt_sigaction: 1 44rt_sigprocmask: 1 45rt_sigreturn: 1 46sched_getaffinity: 1 47sched_yield: 1 48sendmsg: 1 49sendto: 1 50set_robust_list: 1 51sigaltstack: 1 52write: 1 53writev: 1 54fcntl: 1 55uname: 1 56 57lstat: 1 58timerfd_create: 1 59name_to_handle_at: 1 60access: 1 61faccessat: 1 62faccessat2: 1 63getsockname: 1 64pipe: 1 65setsockopt: 1 66bind: 1 67open: return ENOENT 68openat: 1 69socket: arg0 == AF_NETLINK 70stat: 1 71statx: 1 72# The following ioctls are: 73# 0x4008550d == USBDEVFS_REAPURBNDELAY 74# 0x41045508 == USBDEVFS_GETDRIVER 75# 0x550b == USBDEVFS_DISCARDURB 76# 0x8004550f == USBDEVFS_CLAIMINTERFACE 77# 0x80045510 == USBDEVFS_RELEASEINTERFACE 78# 0x80045515 == USBDEVFS_CLEAR_HALT 79# 0x8004551a == USBDEVFS_GET_CAPABILITIES 80# 0x8038550a == USBDEVFS_SUBMITURB 81# 0xc0185500 == USBDEVFS_CONTROL 82# 0x5514 == USBDEVFS_RESET 83# 0x80045505 == USBDEVFS_SETCONFIGURATION 84# 0x8108551b == USBDEVFS_DISCONNECT_CLAIM 85# 0x40085511 == USBDEVFS_CONNECTINFO 86# 0x80185520 == USBDEVFS_CONNINFO_EX 87ioctl: arg1 == 0xc0185500 || arg1 == 0x41045508 || arg1 == 0x8004550f || arg1 == 0x4008550d || arg1 == 0x8004551a || arg1 == 0x550b || arg1 == 0x80045510 || arg1 == 0x80045515 || arg1 == 0x8038550a || arg1 == 0x5514 || arg1 == 0x80045505 || arg1 == 0x8108551b || arg1 == 0x40085511 || arg1 == 0x80185520 88fstat: 1 89newfstatat: 1 90getrandom: 1 91getdents: 1 92getdents64: 1 93lseek: 1 94prctl: arg0 == PR_SET_NAME 95clone3: 1 96rseq: 1 97